mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-21 16:11:15 +01:00
Update install.sh
This commit is contained in:
@@ -172,7 +172,7 @@ cd /opt/rustdesk/ || exit 1
|
|||||||
|
|
||||||
|
|
||||||
#Download latest version of Rustdesk
|
#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"
|
echo "Installing Rustdesk Server"
|
||||||
if [ "${ARCH}" = "x86_64" ] ; then
|
if [ "${ARCH}" = "x86_64" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user