diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 80720c5fc..3281eaab9 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -260,7 +260,7 @@ elif [ -n "$(command -v yum 2>/dev/null)" ]; then # Natural Selection 2 if [ "${gamename}" == "Natural Selection 2" ]; then - array_deps_required+=( speex libtbb2 ) + array_deps_required+=( speex tbb ) # NS2: Combat elif [ "${gamename}" == "NS2: Combat" ]; then array_deps_required+=( speex.i686 tbb.i686 )