Просмотр исходного кода

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

Daniel Gibbs 6 лет назад
Родитель
Сommit
728025876a
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      lgsm/functions/check_deps.sh

+ 0 - 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 )