Skip to content

Commit

Permalink
fix(samp): update samp url
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Aug 12, 2024
1 parent d0326cf commit 182c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/install_server_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ fn_install_server_files() {
force="noforce"
md5="581a333cc7eacda2f56d5a00fe11eafa"
elif [ "${shortname}" == "samp" ]; then
remote_fileurl="https://files.sa-mp.com/samp037svr_R2-1.tar.gz"
remote_fileurl="https://files.samp-sc.com/samp037svr_R2-1.tar.gz"
local_filedir="${tmpdir}"
local_filename="samp037svr_R2-1.tar.gz"
chmodx="nochmodx" run="norun"
Expand Down

0 comments on commit 182c673

Please sign in to comment.