Browse Source

added gzip and bzip 2 as a requirement for centos

Daniel Gibbs 9 năm trước cách đây
mục cha
commit
0a48898e10
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lgsm/functions/check_deps.sh

+ 2 - 2
lgsm/functions/check_deps.sh

@@ -194,9 +194,9 @@ elif [ -n "$(command -v yum)" ]; then
 
 
 	# LGSM requirements
 	# LGSM requirements
 	if [ "${distroversion}" == "6" ]; then
 	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
 	else
-		array_deps_required=( curl util-linux python file )
+		array_deps_required=( curl util-linux python file gzip bzip2 )
 	fi
 	fi
 
 
 	# All servers except ts3 require tmux
 	# All servers except ts3 require tmux