From 3710e3914206cdea64b711b609c5050d1cb40ef5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 5 May 2016 23:20:57 +0100 Subject: [PATCH] added info_distro.sh fix arch not detected --- lgsm/functions/check_deps.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 56c8c711c..5e523a521 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: http://gameservermanagers.com -lgsm_version="060316" +lgsm_version="050516" # Description: Checks that the requires dependencies are installed for LGSM. @@ -112,13 +112,14 @@ fn_check_loop(){ fn_found_missing_deps } +info_distro.sh + if [ "${function_selfname}" == "command_install.sh" ]; then echo "" echo "Checking Dependecies" echo "=================================" fi - # Check will only run if using apt-get or yum if [ -n "$(command -v dpkg-query)" ]; then # Generate array of missing deps