Browse Source

feat(install): change lib32tinfo5 to libtinfo5:i386 (#2740)

pull/2766/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
022657eba0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/check_deps.sh

2
lgsm/functions/check_deps.sh

@ -352,7 +352,7 @@ fn_deps_build_debian(){
# No More Room in Hell, Counter-Strike: Source, Garry's Mod and Zombie Panic: Source
elif [ "${shortname}" == "nmrih" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "zps" ]; then
if [ "${arch}" == "x86_64" ]; then
array_deps_required+=( lib32tinfo5 )
array_deps_required+=( libtinfo5:i386 )
else
array_deps_required+=( libtinfo5 )
fi

Loading…
Cancel
Save