浏览代码

added required deps

Daniel Gibbs 10 年之前
父节点
当前提交
9970b5b798
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lgsm/functions/check_deps.sh

+ 2 - 0
lgsm/functions/check_deps.sh

@@ -126,6 +126,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
 	array_deps_missing=()
 	array_deps_missing=()
 
 
 	# LGSM requirement for curl
 	# LGSM requirement for curl
+	array_deps_required=( curl ca-certificates file bsdmainutils python )
 
 
 	# All servers except ts3 require tmux
 	# All servers except ts3 require tmux
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then
@@ -175,6 +176,7 @@ elif [ -n "$(command -v yum)" ]; then
 	array_deps_missing=()
 	array_deps_missing=()
 
 
 	# LGSM requirement for curl
 	# LGSM requirement for curl
+	array_deps_required=( curl util-linux python file )
 
 
 	# All servers except ts3 require tmux
 	# All servers except ts3 require tmux
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then