mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-12 15:11:11 +02:00
Update update.sh
This commit is contained in:
parent
7a6499aa5e
commit
a8f86e2707
@ -7,6 +7,7 @@ sudo systemctl stop gohttpserver.service
|
||||
sudo systemctl stop rustdesksignal.service
|
||||
sudo systemctl stop rustdeskrelay.service
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
# identify OS
|
||||
if [ -f /etc/os-release ]; then
|
||||
@ -94,9 +95,6 @@ fi
|
||||
|
||||
cd /opt/rustdesk/
|
||||
|
||||
rm hbbs
|
||||
rm hbbs
|
||||
|
||||
RDLATEST=$(curl https://api.github.com/repos/rustdesk/rustdesk-server/releases/latest -s | grep "tag_name"| awk '{print substr($2, 2, length($2)-3) }')
|
||||
|
||||
echo "Upgrading Rustdesk Server"
|
||||
|
Loading…
x
Reference in New Issue
Block a user