Update install.sh

This commit is contained in:
dinger1986 2024-04-05 16:06:11 +01:00 committed by GitHub
parent fcf4e8d1fe
commit 3f146ee7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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