1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Downgrade mongodb to v7.0 when installing Omada controller (#2625)

This commit is contained in:
Jc Miñarro 2025-02-25 08:42:48 +01:00 committed by GitHub
parent 03424f0474
commit 87c17fc16d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
msg_info "Checking CPU Features"
if lscpu | grep -q 'avx'; then
USE_AVX=true
MONGODB_VERSION="8.0"
MONGODB_VERSION="7.0"
msg_ok "AVX detected: Using MongoDB 8.0"
else
USE_AVX=false