Browse Source

fix: refactor

pull/2217/head
Daniel Gibbs 7 years ago
parent
commit
41561deac9
  1. 3
      linuxgsm.sh

3
linuxgsm.sh

@ -275,9 +275,6 @@ fi
# LinuxGSM installer mode
if [ "${shortname}" == "core" ]; then
datadir="${tmpdir}/data"
serverlist="${datadir}/serverlist.csv"
# Download the latest serverlist. This is the complete list of all supported servers.
fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5"
if [ ! -f "${serverlist}" ]; then

Loading…
Cancel
Save