Browse Source

fix(steamcmd): add dependency SDL 32bit for debian and ubuntu (#3186)

pull/3199/head
Christian 4 years ago
committed by Daniel Gibbs
parent
commit
67ace6c80a
  1. 2
      lgsm/functions/check_deps.sh

2
lgsm/functions/check_deps.sh

@ -364,7 +364,7 @@ fn_deps_build_debian(){
if [ "${distroversion}" == "14.04" ]||[ "${distroid}" == "debian" ]&& ! grep -qE "^deb .*non-free" /etc/apt/sources.list; then
:
else
array_deps_required+=( steamcmd )
array_deps_required+=( steamcmd libsdl2-2.0-0:i386 )
fi
fi

Loading…
Cancel
Save