We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2ab39 commit 06e348aCopy full SHA for 06e348a
lgsm/functions/update_ts3.sh
@@ -103,7 +103,7 @@ fn_update_ts3_localbuild(){
103
104
fn_update_ts3_remotebuild(){
105
# Gets remote build info.
106
- if [ "${ts3arch}" == "x86_64" ]; then
+ if [ "${ts3arch}" == "amd64" ]; then
107
remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86_64.version')
108
elif [ "${ts3arch}" == "x86" ]; then
109
remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86.version')
0 commit comments