|
@@ -2,7 +2,7 @@
|
|
|
# LGSM check_deps.sh function
|
|
# LGSM check_deps.sh function
|
|
|
# Author: Daniel Gibbs
|
|
# Author: Daniel Gibbs
|
|
|
# Website: https://gameservermanagers.com
|
|
# Website: https://gameservermanagers.com
|
|
|
-lgsm_version="270516"
|
|
|
|
|
|
|
+lgsm_version="090616"
|
|
|
|
|
|
|
|
# Description: Checks that the requires dependencies are installed for LGSM.
|
|
# Description: Checks that the requires dependencies are installed for LGSM.
|
|
|
|
|
|
|
@@ -126,7 +126,6 @@ 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 )
|
|
|
|
|
|
|
|
|
|
# All servers except ts3 require tmux
|
|
# All servers except ts3 require tmux
|
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|
|
@@ -176,7 +175,6 @@ elif [ -n "$(command -v yum)" ]; then
|
|
|
array_deps_missing=()
|
|
array_deps_missing=()
|
|
|
|
|
|
|
|
# LGSM requirement for curl
|
|
# LGSM requirement for curl
|
|
|
- array_deps_required=( curl )
|
|
|
|
|
|
|
|
|
|
# All servers except ts3 require tmux
|
|
# All servers except ts3 require tmux
|
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|
|
if [ "${executable}" != "./ts3server_startscript.sh" ]; then
|