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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
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 ) |
|
|
|