rustdesk / rustdesk-server

RustDesk Server Program
https://rustdesk.com/server
GNU Affero General Public License v3.0
5.96k stars 1.22k forks source link

Rustdesk Linux install script not working since release 1.2.3-1 #392

Closed janbrink99 closed 3 months ago

janbrink99 commented 3 months ago

Bug Description

The Linux Client Install .sh script, generated by Rustdesk Server, does not work anymore since release 1.2.3-1. Is is due to the way the URL is constructed: https://github.com/rustdesk/rustdesk/releases/download/$lversion/rustdesk-$lversion-$architecture.deb. In my case, Ubuntu 22.04.4 on x86_64, it looks for https://github.com/rustdesk/rustdesk/releases/download/1.2.3-1/rustdesk-1.2.3-1-x86_64.deb. This file however does not exist.

How to Reproduce

Run any generated linuxclientinstall.sh script.

Expected Behavior

This script should always download the latest available release.

Operating system(s) on local side and remote side

Ubuntu 22.04.4

RustDesk Version(s) on local side and remote side

1.2.3-1

Screenshots

IMG_4699

Additional Context

No response

rustdesk commented 3 months ago

renamed, https://github.com/rustdesk/rustdesk/releases/tag/1.2.3-1

janbrink99 commented 3 months ago

Thanks for this quick solution!!