Add setup_mongodb back in Omada (#16736)

This commit is contained in:
Luca Comellini
2026-08-24 11:37:43 -07:00
committed by GitHub
parent 7dd73d8dee
commit 4823b30c84
+1 -1
View File
@@ -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