From c674625eaaff44eb71e08db4c6cd784daa78efbc Mon Sep 17 00:00:00 2001 From: yourfate <2371889-youRFate@users.noreply.gitlab.com> Date: Sun, 5 Apr 2026 23:06:32 +0200 Subject: [PATCH] feat: remove comment of download line --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 13dab6571..443e1d8bf 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -395,7 +395,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 "lgsm/data" "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