Browse Source

fix(eco): remove mono 6 as a dependency for eco (mono 5 still required) (#2610)

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

6
lgsm/functions/check_deps.sh

@ -430,9 +430,6 @@ fn_deps_build_debian(){
# Unreal Tournament
elif [ "${shortname}" == "ut" ]; then
array_deps_required+=( unzip )
# Eco
elif [ "${shortname}" == "eco" ]; then
array_deps_required+=( mono-complete )
# Wurm: Unlimited
elif [ "${shortname}" == "wurm" ]; then
array_deps_required+=( xvfb )
@ -546,9 +543,6 @@ fn_deps_build_redhat(){
# Unreal Tournament
elif [ "${shortname}" == "ut" ]; then
array_deps_required+=( unzip )
# Eco
elif [ "${shortname}" == "eco" ]; then
array_deps_required+=( mono-complete )
# Unturned
elif [ "${shortname}" == "unt" ]; then
array_deps_required+=( mono-complete )

Loading…
Cancel
Save