Przeglądaj źródła

added required deps

Daniel Gibbs 10 lat temu
rodzic
commit
9970b5b798
1 zmienionych plików z 2 dodań i 0 usunięć
  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=()
 
 	# LGSM requirement for curl
+	array_deps_required=( curl ca-certificates file bsdmainutils python )
 
 	# All servers except ts3 require tmux
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then
@@ -175,6 +176,7 @@ elif [ -n "$(command -v yum)" ]; then
 	array_deps_missing=()
 
 	# LGSM requirement for curl
+	array_deps_required=( curl util-linux python file )
 
 	# All servers except ts3 require tmux
 	if [ "${executable}" != "./ts3server_startscript.sh" ]; then