Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
linuxgsm.sh
|
|
@ -345,7 +345,7 @@ fi |
|
|
|
# LinuxGSM installer mode. |
|
|
|
if [ "${shortname}" == "core" ]; then |
|
|
|
# Download the latest serverlist. This is the complete list of all supported servers. |
|
|
|
fn_bootstrap_fetch_file_github "${datadir}" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5" |
|
|
|
fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5" |
|
|
|
if [ ! -f "${serverlist}" ]; then |
|
|
|
echo -e "[ FAIL ] serverlist.csv could not be loaded." |
|
|
|
exit 1 |
|
|
|