Skip to content

Commit

Permalink
fix(eco): remove mono 6 as a dependency for eco (mono 5 still require…
Browse files Browse the repository at this point in the history
…d) (#2610)
  • Loading branch information
dgibbs64 committed Nov 23, 2019
1 parent 108b67c commit 7280258
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lgsm/functions/check_deps.sh
Expand Up @@ -430,9 +430,6 @@ fn_deps_build_debian(){
# Unreal Tournament # Unreal Tournament
elif [ "${shortname}" == "ut" ]; then elif [ "${shortname}" == "ut" ]; then
array_deps_required+=( unzip ) array_deps_required+=( unzip )
# Eco
elif [ "${shortname}" == "eco" ]; then
array_deps_required+=( mono-complete )
# Wurm: Unlimited # Wurm: Unlimited
elif [ "${shortname}" == "wurm" ]; then elif [ "${shortname}" == "wurm" ]; then
array_deps_required+=( xvfb ) array_deps_required+=( xvfb )
Expand Down Expand Up @@ -546,9 +543,6 @@ fn_deps_build_redhat(){
# Unreal Tournament # Unreal Tournament
elif [ "${shortname}" == "ut" ]; then elif [ "${shortname}" == "ut" ]; then
array_deps_required+=( unzip ) array_deps_required+=( unzip )
# Eco
elif [ "${shortname}" == "eco" ]; then
array_deps_required+=( mono-complete )
# Unturned # Unturned
elif [ "${shortname}" == "unt" ]; then elif [ "${shortname}" == "unt" ]; then
array_deps_required+=( mono-complete ) array_deps_required+=( mono-complete )
Expand Down

0 comments on commit 7280258

Please sign in to comment.