diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 09c170094..ce616db69 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -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