Browse Source

feat: learn the alphabet

pull/4893/head
yourfate 2 months ago
parent
commit
cdeeecaa7b
  1. 2
      lgsm/data/serverlist.csv
  2. 2
      linuxgsm.sh

2
lgsm/data/serverlist.csv

@ -90,11 +90,11 @@ q3,q3server,Quake 3: Arena,ubuntu-24.04
q4,q4server,Quake 4,ubuntu-24.04 q4,q4server,Quake 4,ubuntu-24.04
ql,qlserver,Quake Live,ubuntu-24.04 ql,qlserver,Quake Live,ubuntu-24.04
qw,qwserver,Quake World,ubuntu-24.04 qw,qwserver,Quake World,ubuntu-24.04
rd,rdserver,Runescape: Dragonwilds,ubuntu-24.04
ricochet,ricochetserver,Ricochet,ubuntu-24.04 ricochet,ricochetserver,Ricochet,ubuntu-24.04
ro,roserver,Red Orchestra: Ostfront 41-45,ubuntu-24.04 ro,roserver,Red Orchestra: Ostfront 41-45,ubuntu-24.04
rtcw,rtcwserver,Return to Castle Wolfenstein,ubuntu-24.04 rtcw,rtcwserver,Return to Castle Wolfenstein,ubuntu-24.04
rust,rustserver,Rust,ubuntu-24.04 rust,rustserver,Rust,ubuntu-24.04
rd,rdserver,Runescape: Dragonwilds,ubuntu-24.04
rw,rwserver,Rising World,ubuntu-24.04 rw,rwserver,Rising World,ubuntu-24.04
samp,sampserver,San Andreas Multiplayer,ubuntu-24.04 samp,sampserver,San Andreas Multiplayer,ubuntu-24.04
sb,sbserver,Starbound,ubuntu-24.04 sb,sbserver,Starbound,ubuntu-24.04

Can't render this file because it has a wrong number of fields in line 47.

2
linuxgsm.sh

@ -395,7 +395,7 @@ fi
# LinuxGSM installer mode. # LinuxGSM installer mode.
if [ "${shortname}" == "core" ]; then if [ "${shortname}" == "core" ]; then
# Download the latest serverlist. This is the complete list of all supported servers. # 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 if [ ! -f "${serverlist}" ]; then
echo -e "[ FAIL ] serverlist.csv could not be loaded." echo -e "[ FAIL ] serverlist.csv could not be loaded."
exit 1 exit 1

Loading…
Cancel
Save