|
|
@ -126,6 +126,7 @@ if [ -n "$(command -v dpkg-query)" ]; then |
|
|
|
array_deps_missing=() |
|
|
|
|
|
|
|
# LGSM requirement for curl |
|
|
|
array_deps_required=( curl ca-certificates file bsdmainutils python ) |
|
|
|
|
|
|
|
# All servers except ts3 require tmux |
|
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then |
|
|
@ -175,6 +176,7 @@ elif [ -n "$(command -v yum)" ]; then |
|
|
|
array_deps_missing=() |
|
|
|
|
|
|
|
# LGSM requirement for curl |
|
|
|
array_deps_required=( curl util-linux python file ) |
|
|
|
|
|
|
|
# All servers except ts3 require tmux |
|
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then |
|
|
|