Browse Source

Update install_server_files.sh

pull/3965/head
Frisasky 3 years ago
committed by GitHub
parent
commit
809bc1cee9
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

@ -193,7 +193,7 @@ fn_install_server_files() {
elif [ "${shortname}" == "zmr" ]; then
remote_fileurl="http://linuxgsm.download/ZombieMasterReborn/zombie_master_reborn_b6_1.tar.xz"
local_filedir="${tmpdir}"
local_filename="zombie_master_reborn_b5_2.tar.xz"
local_filename="zombie_master_reborn_b6_1.tar.xz"
chmodx="nochmodx" run="norun"
force="noforce"
md5="0188ae86dbc9376f11ae3032dba2d665"

Loading…
Cancel
Save