From a5ff6823c6457fadab6c48dfb7970b3308c1c56f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 8 Aug 2016 22:33:13 +0100 Subject: [PATCH] added mincraft requiring java --- lgsm/functions/check_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 191bcf725..a09206ae0 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -164,7 +164,7 @@ if [ -n "$(command -v dpkg-query)" ]; then elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then array_deps_required+=( libcurl4-gnutls-dev:i386 ) # Project Zomboid - elif [ "${engine}" == "projectzomboid" ]; then + elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "minecraft" ]; then array_deps_required+=( openjdk-7-jre ) # Unreal engine elif [ "${executable}" == "./ucc-bin" ]; then @@ -211,7 +211,7 @@ elif [ -n "$(command -v yum)" ]; then elif [ "${gamename}" == "Brainbread 2" ]||[ "${gamename}" == "Don't Starve Together" ]; then array_deps_required+=( libcurl.i686 ) # Project Zomboid - elif [ "${engine}" == "projectzomboid" ]; then + elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "minecraft" ]; then array_deps_required+=( java-1.7.0-openjdk ) # Unreal Engine elif [ "${executable}" == "./ucc-bin" ]; then