Browse Source

Merge branch 'hotfix/v25.1.1'

hotfix/v25.1.4 v25.1.1
Daniel Gibbs 2 months ago
parent
commit
30e95df4d6
  1. 26
      lgsm/data/ubuntu-24.04.csv
  2. 2
      lgsm/modules/core_modules.sh
  3. 2
      linuxgsm.sh

26
lgsm/data/ubuntu-24.04.csv

@ -11,9 +11,9 @@ av
bb bb
bb2,libcurl4-gnutls-dev:i386 bb2,libcurl4-gnutls-dev:i386
bd bd
bf1942,libncurses5:i386,libtinfo5:i386 bf1942
bfv,libncurses5:i386,libstdc++5:i386 bfv,libstdc++5:i386
bmdm,libncurses5:i386 bmdm
bo bo
bs bs
bt,libicu-dev,dos2unix,libxml2-utils bt,libicu-dev,dos2unix,libxml2-utils
@ -31,7 +31,7 @@ cs
cs2 cs2
cscz cscz
csgo csgo
css,libtinfo5:i386 css
ct ct
dab dab
dayz dayz
@ -48,7 +48,7 @@ etl
ets2 ets2
fctr fctr
fof fof
gmod,libtinfo5:i386 gmod
hcu hcu
hl2dm hl2dm
hldm hldm
@ -69,13 +69,13 @@ mc,openjdk-21-jre
mcb mcb
mh mh
mohaa,libstdc++5:i386 mohaa,libstdc++5:i386
mta,libncursesw5,libxml2-utils mta,libxml2-utils
nd nd
nec nec
nmrih,libtinfo5:i386 nmrih
ns ns
ns2,speex,libtbb2 ns2,speex
ns2c,speex:i386,libtbb2 ns2c,speex:i386
ohd ohd
onset,libmariadb-dev onset,libmariadb-dev
opfor opfor
@ -104,7 +104,7 @@ scpsl,mono-complete
scpslsm,mono-complete scpslsm,mono-complete
sdtd,telnet,expect,libxml2-utils sdtd,telnet,expect,libxml2-utils
sf sf
sfc,libtinfo5:i386 sfc
sm,telnet,expect sm,telnet,expect
sof2 sof2
sol sol
@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,aspnetcore-runtime-7.0 vints,aspnetcore-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet
@ -135,5 +135,5 @@ wf
wmc,openjdk-21-jre wmc,openjdk-21-jre
wurm,xvfb wurm,xvfb
xnt xnt
zmr,libtinfo5:i386 zmr
zps,libtinfo5:i386 zps

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

2
lgsm/modules/core_modules.sh

@ -8,7 +8,7 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v25.1.0" modulesversion="v25.1.1"
# Core # Core

2
linuxgsm.sh

@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="v25.1.0" version="v25.1.1"
shortname="core" shortname="core"
gameservername="core" gameservername="core"
commandname="CORE" commandname="CORE"

Loading…
Cancel
Save