Browse Source

now zlib1g:i386

pull/1043/head
Daniel Gibbs 9 years ago
parent
commit
8a10fbc222
  1. 2
      lgsm/functions/check_deps.sh

2
lgsm/functions/check_deps.sh

@ -184,7 +184,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
array_deps_required+=( default-jdk ) array_deps_required+=( default-jdk )
# GoldenEye: Source # GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib1g ) array_deps_required+=( zlib1g:i386 )
# Unreal Engine # Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4 #UT2K4

Loading…
Cancel
Save