mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-10 07:30:28 +00:00
Downgrade mongodb to v7.0 when installing Omada controller (#2625)
This commit is contained in:
parent
03424f0474
commit
87c17fc16d
@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Checking CPU Features"
|
msg_info "Checking CPU Features"
|
||||||
if lscpu | grep -q 'avx'; then
|
if lscpu | grep -q 'avx'; then
|
||||||
USE_AVX=true
|
USE_AVX=true
|
||||||
MONGODB_VERSION="8.0"
|
MONGODB_VERSION="7.0"
|
||||||
msg_ok "AVX detected: Using MongoDB 8.0"
|
msg_ok "AVX detected: Using MongoDB 8.0"
|
||||||
else
|
else
|
||||||
USE_AVX=false
|
USE_AVX=false
|
||||||
|
Loading…
Reference in New Issue
Block a user