Browse Source

added info_distro.sh fix arch not detected

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
3710e39142
  1. 5
      lgsm/functions/check_deps.sh

5
lgsm/functions/check_deps.sh

@ -2,7 +2,7 @@
# LGSM check_deps.sh function # LGSM check_deps.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="060316" lgsm_version="050516"
# Description: Checks that the requires dependencies are installed for LGSM. # Description: Checks that the requires dependencies are installed for LGSM.
@ -112,13 +112,14 @@ fn_check_loop(){
fn_found_missing_deps fn_found_missing_deps
} }
info_distro.sh
if [ "${function_selfname}" == "command_install.sh" ]; then if [ "${function_selfname}" == "command_install.sh" ]; then
echo "" echo ""
echo "Checking Dependecies" echo "Checking Dependecies"
echo "=================================" echo "================================="
fi fi
# Check will only run if using apt-get or yum # Check will only run if using apt-get or yum
if [ -n "$(command -v dpkg-query)" ]; then if [ -n "$(command -v dpkg-query)" ]; then
# Generate array of missing deps # Generate array of missing deps

Loading…
Cancel
Save