Browse Source

fix: switch to official download link

pull/3923/head
Hayaku 3 years ago
committed by GitHub
parent
commit
e22c7e6184
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/install_server_files.sh

2
lgsm/functions/install_server_files.sh

@ -86,7 +86,7 @@ fn_install_server_files() {
force="noforce"
md5="7c664538999252eeaf2b6d9949416480"
elif [ "${shortname}" == "tf2c" ]; then
remote_fileurl="https://chapo.services/tf2c/tf2classic-2.0.3.zip"
remote_fileurl="https://tf2classic.org/tf2c/tf2classic-2.0.3.zip"
local_filedir="${tmpdir}"
local_filename="tf2classic-2.0.3.zip"
chmodx="nochmodx"

Loading…
Cancel
Save