You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ct/omada.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ function update_script() {
31
31
32
32
msg_info "Updating MongoDB"
33
33
if [[ "$(arch_resolve)"=="arm64" ]] || lscpu | grep -q 'avx';then
34
-
MONGO_VERSION="8.0"
34
+
MONGO_VERSION="8.0" setup_mongodb
35
35
else
36
36
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."
0 commit comments