diff --git a/ct/omada.sh b/ct/omada.sh index 6560f368c..25bfe4ed6 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -31,7 +31,7 @@ function update_script() { msg_info "Updating MongoDB" if [[ "$(arch_resolve)" == "arm64" ]] || lscpu | grep -q 'avx'; then - MONGO_VERSION="8.0" + MONGO_VERSION="8.0" setup_mongodb else msg_error "No AVX detected (CPU-Flag)! We have discontinued support for this. You are welcome to try it manually with a Debian LXC, but due to the many issues with Omada, we currently only support AVX CPUs." exit 10