Browse Source

added required deps

pull/874/head
Daniel Gibbs 9 years ago
parent
commit
9970b5b798
  1. 2
      lgsm/functions/check_deps.sh

2
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

Loading…
Cancel
Save