Browse Source

zlib.i686

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

2
lgsm/functions/check_deps.sh

@ -245,7 +245,7 @@ elif [ -n "$(command -v yum)" ]; then
array_deps_required+=( java-1.8.0-openjdk )
# GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib )
array_deps_required+=( zlib.i686 )
# Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4

Loading…
Cancel
Save