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