fixed the install target
This commit is contained in:
parent
c54a8b0e05
commit
c9c1e7979f
8
Makefile
8
Makefile
@ -3,11 +3,11 @@ all:
|
||||
|
||||
install:
|
||||
mkdir -p /opt/rustdesk
|
||||
cp -vf hbbs /opt/rustdesk/
|
||||
cp -vf hbbs /opt/rustdesk/;true
|
||||
chmod +x /opt/rustdesk/hbbs
|
||||
cp -vf hbbr /opt/rustdesk/
|
||||
chmod +x /opt/rustdesk/hbbr
|
||||
cp -vf rustdesk-utils /opt/rustdesk/
|
||||
cp -vf hbbr /opt/rustdesk/;true
|
||||
chmod +x /opt/rustdesk/hbbr;true
|
||||
cp -vf rustdesk-utils /opt/rustdesk/;true
|
||||
chmod +x /opt/rustdesk/rustdesk-utils
|
||||
cp -vf hbbr.service /etc/systemd/system/
|
||||
cp -vf hbbs.service /etc/systemd/system/
|
||||
|
Loading…
Reference in New Issue
Block a user