Browse Source

mono-complete no longer required for unturned

pull/3039/head
Daniel Gibbs 5 years ago
parent
commit
90ade4dec0
  1. 6
      lgsm/functions/check_deps.sh

6
lgsm/functions/check_deps.sh

@ -443,9 +443,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 )
# Unturned
elif [ "${shortname}" == "unt" ]; 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 )
@ -555,9 +552,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 )
# Unturned
elif [ "${shortname}" == "unt" ]; then
array_deps_required+=( mono-complete )
# Wurm: Unlimited # Wurm: Unlimited
elif [ "${shortname}" == "wurm" ]; then elif [ "${shortname}" == "wurm" ]; then
array_deps_required+=( xorg-x11-server-Xvfb ) array_deps_required+=( xorg-x11-server-Xvfb )

Loading…
Cancel
Save