Browse Source

added gzip and bzip 2 as a requirement for centos

pull/981/head
Daniel Gibbs 9 years ago
parent
commit
0a48898e10
  1. 4
      lgsm/functions/check_deps.sh

4
lgsm/functions/check_deps.sh

@ -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 )
array_deps_required=( curl util-linux-ng python file gzip bzip2 )
else
array_deps_required=( curl util-linux python file )
array_deps_required=( curl util-linux python file gzip bzip2 )
fi
# All servers except ts3 require tmux

Loading…
Cancel
Save