From e22c7e6184c5612a031be9ce5e5150047079bad9 Mon Sep 17 00:00:00 2001 From: Hayaku <84594011+iamtakingithard@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:12:27 +0300 Subject: [PATCH] fix: switch to official download link --- lgsm/functions/install_server_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh index a72b0d533..c38d70d55 100755 --- a/lgsm/functions/install_server_files.sh +++ b/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"