소스 검색

feat(untserver): add mono dependency for Unturned (#2426)

Co-authored-by: Frisa <digimoncn@gmail.com>
Frisasky 7 년 전
부모
커밋
15c52a9d2e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lgsm/functions/check_deps.sh

+ 3 - 0
lgsm/functions/check_deps.sh

@@ -544,6 +544,9 @@ fn_deps_build_redhat(){
 	# Eco
 	elif [ "${shortname}" == "eco" ]; then
 		array_deps_required+=( mono-complete )
+	# Unturned
+	elif [ "${shortname}" == "unt" ]; then
+		array_deps_required+=( mono-complete )
 	fi
 	fn_deps_email
 	fn_check_loop