Browse Source

fix(samp): update samp url

pull/4739/head
Daniel Gibbs 8 months ago
parent
commit
182c673072
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/install_server_files.sh

2
lgsm/modules/install_server_files.sh

@ -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"

Loading…
Cancel
Save