Alexander Hurd 9 سال پیش
والد
کامیت
f910eea821
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      lgsm/functions/check_deps.sh

+ 3 - 0
lgsm/functions/check_deps.sh

@@ -176,6 +176,9 @@ if [ -n "$(command -v dpkg-query)" ]; then
 	# Brainbread 2 and Don't Starve Together
 	# Brainbread 2 and Don't Starve Together
 	elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then
 	elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then
 		array_deps_required+=( libcurl4-gnutls-dev:i386 )
 		array_deps_required+=( libcurl4-gnutls-dev:i386 )
+	# Battlefield: 1942 requies ncurses
+	elif [ "${gamename}" == "Battlefield: 1942" ]; then
+		array_deps_required+=( libncurses5:i386 )
 	# Project Zomboid
 	# Project Zomboid
 	elif [ "${engine}" ==  "projectzomboid" ]; then
 	elif [ "${engine}" ==  "projectzomboid" ]; then
 		array_deps_required+=( default-jdk )
 		array_deps_required+=( default-jdk )