Selaa lähdekoodia

Corrected comment

Marvin Lehmann 9 vuotta sitten
vanhempi
commit
0744823f06
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      lgsm/functions/check_deps.sh

+ 3 - 3
lgsm/functions/check_deps.sh

@@ -157,7 +157,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
 	# 7 Days to Die
 	# 7 Days to Die
 	elif [ "${gamename}" ==  "7 Days To Die" ]; then
 	elif [ "${gamename}" ==  "7 Days To Die" ]; then
 		array_deps_required+=( telnet expect )
 		array_deps_required+=( telnet expect )
-	# No More Room in Hell
+	# No More Room in Hell, Counter Strike: Source and Garry's Mod
 	elif [ "${gamename}" == "No More Room in Hell" ]||[ "${gamename}" == "Counter Strike: Source" ]||[ "${gamename}" == "Garry's Mod" ]; then
 	elif [ "${gamename}" == "No More Room in Hell" ]||[ "${gamename}" == "Counter Strike: Source" ]||[ "${gamename}" == "Garry's Mod" ]; then
 		array_deps_required+=( lib32tinfo5 )
 		array_deps_required+=( lib32tinfo5 )
 	# Brainbread 2 and Don't Starve Together
 	# Brainbread 2 and Don't Starve Together
@@ -204,7 +204,7 @@ elif [ -n "$(command -v yum)" ]; then
 	# 7 Days to Die
 	# 7 Days to Die
 	elif [ "${gamename}" ==  "7 Days To Die" ]; then
 	elif [ "${gamename}" ==  "7 Days To Die" ]; then
 		array_deps_required+=( telnet expect )
 		array_deps_required+=( telnet expect )
-	# No More Room in Hell
+	# No More Room in Hell, Counter Strike: Source and Garry's Mod
 	elif [ "${gamename}" == "No More Room in Hell" ]||[ "${gamename}" == "Counter Strike: Source" ]||[ "${gamename}" == "Garry's Mod" ]; then
 	elif [ "${gamename}" == "No More Room in Hell" ]||[ "${gamename}" == "Counter Strike: Source" ]||[ "${gamename}" == "Garry's Mod" ]; then
 		array_deps_required+=( ncurses-libs.i686 )
 		array_deps_required+=( ncurses-libs.i686 )
 	# Brainbread 2 and Don't Starve Together
 	# Brainbread 2 and Don't Starve Together
@@ -213,7 +213,7 @@ elif [ -n "$(command -v yum)" ]; then
 	# Project Zomboid
 	# Project Zomboid
 	elif [ "${engine}" ==  "projectzomboid" ]; then
 	elif [ "${engine}" ==  "projectzomboid" ]; then
 		array_deps_required+=( java-1.7.0-openjdk )
 		array_deps_required+=( java-1.7.0-openjdk )
-	# Unreal engine
+	# Unreal Engine
 	elif [ "${executable}" ==  "./ucc-bin" ]; then
 	elif [ "${executable}" ==  "./ucc-bin" ]; then
 		#UT2K4
 		#UT2K4
 		if [ -f "${executabledir}/ut2004-bin" ]; then
 		if [ -f "${executabledir}/ut2004-bin" ]; then