From 0ca02af15f3b640a82ad545c77f86227faf3a612 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 9 Jun 2016 20:15:12 +0100 Subject: [PATCH] added some dependencies that may be missing in minimal installs --- lgsm/functions/check_deps.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 33c6a745b..09c170094 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -2,7 +2,7 @@ # LGSM check_deps.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="270516" +lgsm_version="090616" # Description: Checks that the requires dependencies are installed for LGSM. @@ -126,7 +126,6 @@ if [ -n "$(command -v dpkg-query)" ]; then array_deps_missing=() # LGSM requirement for curl - array_deps_required=( curl ca-certificates file ) # All servers except ts3 require tmux if [ "${executable}" != "./ts3server_startscript.sh" ]; then @@ -176,7 +175,6 @@ elif [ -n "$(command -v yum)" ]; then array_deps_missing=() # LGSM requirement for curl - array_deps_required=( curl ) # All servers except ts3 require tmux if [ "${executable}" != "./ts3server_startscript.sh" ]; then