techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
379 stars 114 forks source link

linuxclientinstall.sh does not work on Debian stable #22

Closed montvid closed 1 year ago

montvid commented 1 year ago

linuxclientinstall.sh does not work on Debian stable "Unsupported OS" cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

dinger1986 commented 1 year ago

I'll need to test myself but the majority of testing was done on Debian 11 so unless something has changed it should work fine. I'll look and resolve it

dinger1986 commented 1 year ago

What output do you get for:

lsb_release -si lsb_release -sr

montvid commented 1 year ago

lsb_release -si Debian lsb_release -sr 11 Maybe it's a permission problem? i do a chmod +x on the sh file only.

montvid commented 1 year ago

lsb_release -si Linuxmint lsb_release -sr 5 LMDE 5 based on Debian does not work too.

dinger1986 commented 1 year ago

linux install should be resolved now, I have tested on Debian but not Linuxmint

montvid commented 1 year ago

Thanks a lot! Works now. Your install script is awesome!