techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
371 stars 113 forks source link

./update-Script won't upgrade to the latest version (Versioncheck says 1.1.7-1 instead of 1.1.8) #39

Closed Foxdynamics closed 1 year ago

Foxdynamics commented 1 year ago

Hello there,

I tried to upgrade to the latest version 1.1.8 of Rustdesk using the update script. The script itself ran without errors, but the hbbr and hbbs files still have version 1.1.7-1 when I did a version check afterwards (using the command /opt/rustdesk/hbb* --version).

Is anything possibly known about this?

dinger1986 commented 1 year ago

The newest release is https://github.com/rustdesk/rustdesk-server/releases/tag/1.1.7-4, however I have downloaded it and dont think the version has been updated over at rustdesk.

If you want to verify do the following commands (ideally not on your server):

wget "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.7-4/rustdesk-server-linux-amd64.zip"

unzip rustdesk-server-linux-amd64.zip

cd amd64

./hbbs --version