From 3db7a0ec35521cc3303dd667e60b0f785d33845b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 8 Aug 2016 17:03:09 +0100 Subject: [PATCH] bzip2 and gzip are now required by default --- 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 8d6c1f43e..f5073e80f 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -138,7 +138,7 @@ if [ -n "$(command -v dpkg-query)" ]; then array_deps_missing=() # LGSM requirements - array_deps_required=( curl ca-certificates file bsdmainutils util-linux python gzip ) + array_deps_required=( curl ca-certificates file bsdmainutils util-linux python bzip2 gzip ) # All servers except ts3 require tmux if [ "${executable}" != "./ts3server_startscript.sh" ]; then @@ -194,9 +194,9 @@ elif [ -n "$(command -v yum)" ]; then # LGSM requirements if [ "${distroversion}" == "6" ]; then - array_deps_required=( curl util-linux-ng python file gzip ) + array_deps_required=( curl util-linux-ng python file ) else - array_deps_required=( curl util-linux python file gzip ) + array_deps_required=( curl util-linux python file ) fi # All servers except ts3 require tmux