Browse Source
Merge branch 'release/v23.5.0' into develop
pull/4320/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
10 changed files with
9 additions and
10 deletions
-
lgsm/modules/command_install.sh
-
lgsm/modules/core_functions.sh
-
lgsm/modules/core_modules.sh
-
lgsm/modules/fix_vh.sh
-
lgsm/modules/info_distro.sh
-
linuxgsm.sh
-
tests/tests_fctrserver.sh
-
tests/tests_jc2server.sh
-
tests/tests_mcserver.sh
-
tests/tests_ts3server.sh
|
|
@ -48,6 +48,5 @@ else |
|
|
|
fix.sh |
|
|
|
install_stats.sh |
|
|
|
install_complete.sh |
|
|
|
|
|
|
|
fi |
|
|
|
core_exit.sh |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.4.0" |
|
|
|
modulesversion="v23.5.0" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.4.0" |
|
|
|
modulesversion="v23.5.0" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# LinuxGSM fix_rust.sh module |
|
|
|
# Author: Alasdair Haig |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Valheim, |
|
|
|
# Description: Resolves issues with Valheim. |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ for distro_info in "${distro_info_array[@]}"; do |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
|
|
# Get virtual environment |
|
|
|
# Get virtual environment type. |
|
|
|
if [ "$(command -v systemd-detect-virt 2> /dev/null)" ]; then |
|
|
|
virtualenvironment="$(systemd-detect-virt)" |
|
|
|
fi |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.4.0" |
|
|
|
version="v23.5.0" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.4.0" |
|
|
|
version="v23.5.0" |
|
|
|
shortname="fctr" |
|
|
|
gameservername="fctrserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.4.0" |
|
|
|
version="v23.5.0" |
|
|
|
shortname="jc2" |
|
|
|
gameservername="jc2server" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.4.0" |
|
|
|
version="v23.5.0" |
|
|
|
shortname="mc" |
|
|
|
gameservername="mcserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.4.0" |
|
|
|
version="v23.5.0" |
|
|
|
shortname="ts3" |
|
|
|
gameservername="ts3server" |
|
|
|
commandname="CORE" |
|
|
|