|
|
@@ -6,8 +6,6 @@
|
|
|
|
|
|
local commandname="CHECK"
|
|
|
|
|
|
-
|
|
|
-
|
|
|
fn_deps_detector(){
|
|
|
# Checks if dependency is missing
|
|
|
if [ "${tmuxcheck}" == "1" ]; then
|
|
|
@@ -159,7 +157,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
|
|
|
fi
|
|
|
|
|
|
# All servers except ts3,mumble,multitheftauto and minecraft servers require libstdc++6 and lib32gcc1
|
|
|
- if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${engine}" != "lwjgl2" ]&&[ "${engine}" != "RenderWare" ]; then
|
|
|
+ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${engine}" != "lwjgl2" ]&&[ "${engine}" != "renderware" ]; then
|
|
|
if [ "${arch}" == "x86_64" ]; then
|
|
|
array_deps_required+=( lib32gcc1 libstdc++6:i386 )
|
|
|
else
|
|
|
@@ -242,7 +240,7 @@ elif [ -n "$(command -v yum)" ]; then
|
|
|
fi
|
|
|
|
|
|
# All servers except ts3,mumble,multitheftauto and minecraft servers require glibc.i686 and libstdc++.i686
|
|
|
- if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${engine}" != "lwjgl2" ]&&[ "${engine}" != "RenderWare" ]; then
|
|
|
+ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${engine}" != "lwjgl2" ]&&[ "${engine}" != "renderware" ]; then
|
|
|
array_deps_required+=( glibc.i686 libstdc++.i686 )
|
|
|
fi
|
|
|
|