Skip to content

Commit b291066

Browse files
authored
fix(zmr): Update to beta 6 (#3965)
* Update install_server_files.sh * Update install_server_files.sh
1 parent 9984f95 commit b291066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lgsm/functions/install_server_files.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ fn_install_server_files() {
191191
force="noforce"
192192
md5="93705e165550c97484678236749198a4"
193193
elif [ "${shortname}" == "zmr" ]; then
194-
remote_fileurl="http://linuxgsm.download/ZombieMasterReborn/zombie_master_reborn_b5_2.tar.xz"
194+
remote_fileurl="http://linuxgsm.download/ZombieMasterReborn/zombie_master_reborn_b6_1.tar.xz"
195195
local_filedir="${tmpdir}"
196-
local_filename="zombie_master_reborn_b5_2.tar.xz"
196+
local_filename="zombie_master_reborn_b6_1.tar.xz"
197197
chmodx="nochmodx" run="norun"
198198
force="noforce"
199-
md5="4b9b9832e863d03981a40c26065792a6"
199+
md5="0188ae86dbc9376f11ae3032dba2d665"
200200
fi
201201
fn_fetch_file "${remote_fileurl}" "" "" "" "${local_filedir}" "${local_filename}" "${chmodx}" "${run}" "${forcedl}" "${md5}"
202202
fn_dl_extract "${local_filedir}" "${local_filename}" "${serverfiles}"

0 commit comments

Comments
 (0)