fixed the install target

This commit is contained in:
Eliezer Croitoru 2024-10-20 16:08:19 +00:00
parent c54a8b0e05
commit c9c1e7979f

View File

@ -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/