From 35bb0857852ca6672c285730bd40b647e3fadea6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 12 Jul 2016 15:40:22 +0100 Subject: [PATCH] added util-linux for column --- lgsm/functions/check_deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index b0c7c6d7c..cabd7c5db 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -132,8 +132,8 @@ if [ -n "$(command -v dpkg-query)" ]; then # Generate array of missing deps array_deps_missing=() - # LGSM requirement for curl - array_deps_required=( curl ca-certificates file bsdmainutils python ) + # LGSM requirements + array_deps_required=( curl ca-certificates file bsdmainutils util-linux python ) # All servers except ts3 require tmux if [ "${executable}" != "./ts3server_startscript.sh" ]; then @@ -182,7 +182,7 @@ elif [ -n "$(command -v yum)" ]; then # Generate array of missing deps array_deps_missing=() - # LGSM requirement for curl + # LGSM requirements array_deps_required=( curl util-linux python file ) # All servers except ts3 require tmux