소스 검색

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

Daniel Gibbs 6 년 전
부모
커밋
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 )