File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ fn_deps_detector(){
225
225
# # Check.
226
226
# SteamCMD: Will be removed from required array if no appid is present or non-free repo is not available.
227
227
# This will cause SteamCMD to be installed using tar.
228
- if [ -z " ${appid} " ]|| [ " ${deptocheck} " == " steamcmd" ]&& [ " ${distroid} " == " debian" ]&& ! grep -qE " ^deb .*non-free" /etc/apt/sources.list; then
228
+ if [ -z " ${appid} " ]|| [ " ${deptocheck} " == " steamcmd" ]&& [ " ${distroid} " == " debian" ]&& ! grep -qE " ^deb .*non-free" /etc/apt/sources.list; then
229
229
array_deps_required=( " ${array_deps_required[@]/ steamcmd} " )
230
230
steamcmdstatus=1
231
231
# Java: Added for users using Oracle JRE to bypass check.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ fn_install_server_files(){
27
27
elif [ " ${shortname} " == " codwaw" ]; then
28
28
remote_fileurl=" http://linuxgsm.download/CallOfDutyWorldAtWar/codwaw-lnxded-1.7-full.tar.xz" ; local_filedir=" ${tmpdir} " ; local_filename=" codwaw-lnxded-1.7-full.tar.xz" ; chmodx=" nochmodx" run=" norun" ; force=" noforce" ; md5=" 2c6be1bb66ea631b9b2e7ae6216c6680"
29
29
elif [ " ${shortname} " == " etl" ]; then
30
- remote_fileurl=" http://linuxgsm.download/WolfensteinEnemyTerritory/etlegacy-v2.77.1 -i386-et-260b.tar.xz" ; local_filedir=" ${tmpdir} " ; local_filename=" etlegacy-v2.77.1 -i386-et-260b.tar.xz" ; chmodx=" nochmodx" run=" norun" ; force=" noforce" ; md5=" cc307a9232abd3999be499b42d8e4ea8 "
30
+ remote_fileurl=" http://linuxgsm.download/WolfensteinEnemyTerritory/etlegacy-v2.78 -i386-et-260b.tar.xz" ; local_filedir=" ${tmpdir} " ; local_filename=" etlegacy-v2.78 -i386-et-260b.tar.xz" ; chmodx=" nochmodx" run=" norun" ; force=" noforce" ; md5=" 501e442fdac2eeab5e7f51e5b5c27280 "
31
31
elif [ " ${shortname} " == " mohaa" ]; then
32
32
remote_fileurl=" http://linuxgsm.download/MedalofHonorAlliedAssault/moh_revival_v1.12_RC3.5.1.tar.xz" ; local_filedir=" ${tmpdir} " ; local_filename=" moh_revival_v1.12_RC3.5.1.tar.xz" ; chmodx=" nochmodx" run=" norun" ; force=" noforce" ; md5=" 7c664538999252eeaf2b6d9949416480"
33
33
elif [ " ${shortname} " == " ns" ]; then
You can’t perform that action at this time.
0 commit comments