Skip to content

Commit 87c17fc

Browse files
authored
Downgrade mongodb to v7.0 when installing Omada controller (#2625)
1 parent 03424f0 commit 87c17fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/omada-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
2020
msg_info "Checking CPU Features"
2121
if lscpu | grep -q 'avx'; then
2222
USE_AVX=true
23-
MONGODB_VERSION="8.0"
23+
MONGODB_VERSION="7.0"
2424
msg_ok "AVX detected: Using MongoDB 8.0"
2525
else
2626
USE_AVX=false

0 commit comments

Comments
 (0)