|
|
@@ -150,7 +150,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
|
|
|
fi
|
|
|
|
|
|
# All servers except ts3,mumble and minecraft servers require libstdc++6 and lib32gcc1
|
|
|
- if [ "${gamename}" != "TeamSpeak 3" ]||[ "${gamename}" != "Mumble" ]||[ "${engine}" != "minecraft" ]; then
|
|
|
+ if [ "${gamename}" != "TeamSpeak 3" ]||[ "${gamename}" != "Mumble" ]||[ "${engine}" != "lwjgl2" ]; then
|
|
|
if [ "${arch}" == "x86_64" ]; then
|
|
|
array_deps_required+=( lib32gcc1 libstdc++6:i386 )
|
|
|
else
|
|
|
@@ -177,7 +177,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
|
|
|
elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then
|
|
|
array_deps_required+=( libcurl4-gnutls-dev:i386 )
|
|
|
# Project Zomboid and Minecraft
|
|
|
- elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "minecraft" ]; then
|
|
|
+ elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "lwjgl2" ]; then
|
|
|
array_deps_required+=( default-jdk )
|
|
|
# Unreal Engine
|
|
|
elif [ "${executable}" == "./ucc-bin" ]; then
|
|
|
@@ -216,7 +216,7 @@ elif [ -n "$(command -v yum)" ]; then
|
|
|
fi
|
|
|
|
|
|
# All servers except ts3,mumble and minecraft servers require glibc.i686 and libstdc++.i686
|
|
|
- if [ "${gamename}" != "TeamSpeak 3" ]||[ "${gamename}" != "Mumble" ]||[ "${engine}" != "minecraft" ]; then
|
|
|
+ if [ "${gamename}" != "TeamSpeak 3" ]||[ "${gamename}" != "Mumble" ]||[ "${engine}" != "lwjgl2" ]; then
|
|
|
array_deps_required+=( glibc.i686 libstdc++.i686 )
|
|
|
fi
|
|
|
|
|
|
@@ -235,7 +235,7 @@ elif [ -n "$(command -v yum)" ]; then
|
|
|
elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then
|
|
|
array_deps_required+=( libcurl.i686 )
|
|
|
# Project Zomboid and Minecraft
|
|
|
- elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "minecraft" ]; then
|
|
|
+ elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "lwjgl2" ]; then
|
|
|
array_deps_required+=( java-1.8.0-openjdk )
|
|
|
# Unreal Engine
|
|
|
elif [ "${executable}" == "./ucc-bin" ]; then
|