techahold/rustdeskinstall

server install.sh not working on linux mint (all versions)

Closed this issue · 1 comments

Per your request, I am opening a issue with install.sh server script.

upon executing ./install.sh the script errors 1st on line 14 with error Bad substitution.
digging further into the code and throwing a few "#" in some spots, I am able to get the script to run down to line 86, where it again is not happy with the syntax.

Linux Mint lsb-release information:
Linux Mint 21

jason@jason-XPS-13-9350:~$ cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=21
DISTRIB_CODENAME=vanessa
DISTRIB_DESCRIPTION="Linux Mint 21 Vanessa"

this is for linux mint 20

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=20.2
DISTRIB_CODENAME=uma
DISTRIB_DESCRIPTION="Linux Mint 20.2 Uma"
i referenced linux mint 18 yesterday.... its actually 20.2

lsb_release -si = output is "Linuxmint"
-sr is "21"

ill continue to play around with the script and see what I can accomplish.
Thanks for the help with this.

Glad your sorted this