Update install.sh

This commit is contained in:
dinger1986
2022-11-10 15:06:09 +00:00
committed by GitHub
parent ac36eb41bc
commit 0934fe0e57

View File

@@ -121,6 +121,8 @@ wget "https://github.com/rustdesk/rustdesk-server/releases/download/${RDLATEST}/
unzip rustdesk-server-linux-amd64.zip
cd amd64
mv * /opt/rustdesk/
chmod +x /opt/rustdesk/hbbs
chmod +x /opt/rustdesk/hbbr
# Make Folder /var/log/rustdesk/
if [ ! -d "/var/log/rustdesk" ]; then