This commit is contained in:
Daniel Hansson 2023-10-06 08:11:37 +02:00 committed by GitHub
parent 81f97d46e8
commit b5801a9bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ sudo rm -f /etc/systemd/system/rustdeskrelay.service
# It won't install RustDesk again since there's a check in the install script which checks for the installation folder, but services and everything else will be created # It won't install RustDesk again since there's a check in the install script which checks for the installation folder, but services and everything else will be created
# Would it be possible to move L93-98 after the installation? # Would it be possible to move L93-98 after the installation?
if ! curl -fSLO --retry 3 https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh if ! curl -fSLO --retry 3 https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh
then
msg_box "Sorry, we couldn't fetch the install script, please try again. msg_box "Sorry, we couldn't fetch the install script, please try again.
Your old installation still lives in /opt/rustdesk" Your old installation still lives in /opt/rustdesk"
exit exit
@ -113,7 +114,6 @@ else
exit 1 exit 1
fi fi
fi fi
fi
msg_box "Conversion from OS seems to have been OK!" msg_box "Conversion from OS seems to have been OK!"
else else
msg_box "Sorry, but something seems to have gone wrong, please report this to: msg_box "Sorry, but something seems to have gone wrong, please report this to: