We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928e428 commit 3335ca5Copy full SHA for 3335ca5
linuxgsm.sh
@@ -345,7 +345,7 @@ fi
345
# LinuxGSM installer mode.
346
if [ "${shortname}" == "core" ]; then
347
# Download the latest serverlist. This is the complete list of all supported servers.
348
- 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"
349
if [ ! -f "${serverlist}" ]; then
350
echo -e "[ FAIL ] serverlist.csv could not be loaded."
351
exit 1
0 commit comments