mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-12 15:11:11 +02:00
Update install.sh
This commit is contained in:
parent
fcf4e8d1fe
commit
3f146ee7d6
@ -172,7 +172,7 @@ cd /opt/rustdesk/ || exit 1
|
||||
|
||||
|
||||
#Download latest version of Rustdesk
|
||||
RDLATEST=$(curl https://api.github.com/repos/rustdesk/rustdesk-server/releases/latest -s | grep "tag_name"| awk '{print substr($2, 2, length($2)-3) }')
|
||||
RDLATEST=$(curl https://api.github.com/repos/rustdesk/rustdesk-server/releases/latest -s | grep "tag_name" | awk -F'"' '{print $4}')
|
||||
|
||||
echo "Installing Rustdesk Server"
|
||||
if [ "${ARCH}" = "x86_64" ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user