We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03424f0 commit 87c17fcCopy full SHA for 87c17fc
install/omada-install.sh
@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
20
msg_info "Checking CPU Features"
21
if lscpu | grep -q 'avx'; then
22
USE_AVX=true
23
- MONGODB_VERSION="8.0"
+ MONGODB_VERSION="7.0"
24
msg_ok "AVX detected: Using MongoDB 8.0"
25
else
26
USE_AVX=false
0 commit comments