Browse Source
fix: switch to official download link
pull/3923/head
Hayaku
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|