Browse Source

fix(ts3server): update Teamspeak 3 download mirror #2127

fix(ts3server): update Teamspeak 3 download mirror #2127
pull/2129/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
331fbbb28b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/update_ts3.sh

2
lgsm/functions/update_ts3.sh

@ -23,7 +23,7 @@ fn_update_ts3_dl_legacy(){
}
fn_update_ts3_dl(){
latestts3releaselink=$(${curlpath} -s 'https://www.teamspeak.com/versions/server.json' | jq -r '.linux.x86_64.mirrors."4Netplayers.de"')
latestts3releaselink=$(${curlpath} -s 'https://www.teamspeak.com/versions/server.json' | jq -r '.linux.x86_64.mirrors."teamspeak.com"')
fn_fetch_file "${latestts3releaselink}" "${tmpdir}" "teamspeak3-server_linux_${ts3arch}-${ts3_version_number}.tar.bz2"
fn_dl_extract "${tmpdir}" "teamspeak3-server_linux_${ts3arch}-${ts3_version_number}.tar.bz2" "${tmpdir}"
echo -e "copying to ${serverfiles}...\c"

Loading…
Cancel
Save