|
@@ -138,7 +138,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
|
|
|
array_deps_missing=()
|
|
array_deps_missing=()
|
|
|
|
|
|
|
|
# LGSM requirements
|
|
# LGSM requirements
|
|
|
- array_deps_required=( curl ca-certificates file bsdmainutils util-linux python )
|
|
|
|
|
|
|
+ array_deps_required=( curl ca-certificates file bsdmainutils util-linux python gzip )
|
|
|
|
|
|
|
|
# All servers except ts3 require tmux
|
|
# All servers except ts3 require tmux
|
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|
|
@@ -194,9 +194,9 @@ elif [ -n "$(command -v yum)" ]; then
|
|
|
|
|
|
|
|
# LGSM requirements
|
|
# LGSM requirements
|
|
|
if [ "${distroversion}" == "6" ]; then
|
|
if [ "${distroversion}" == "6" ]; then
|
|
|
- array_deps_required=( curl util-linux-ng python file )
|
|
|
|
|
|
|
+ array_deps_required=( curl util-linux-ng python file gzip )
|
|
|
else
|
|
else
|
|
|
- array_deps_required=( curl util-linux python file )
|
|
|
|
|
|
|
+ array_deps_required=( curl util-linux python file gzip )
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
# All servers except ts3 require tmux
|
|
# All servers except ts3 require tmux
|