diff --git a/installer/cape2.sh b/installer/cape2.sh index d89faff9ab8..055dfcfa5ef 100644 --- a/installer/cape2.sh +++ b/installer/cape2.sh @@ -785,7 +785,7 @@ function install_mongo(){ echo "[+] Installing MongoDB" # Mongo >=5 requires CPU AVX instruction support https://www.mongodb.com/docs/manual/administration/production-notes/#x86_64 if grep -q ' avx ' /proc/cpuinfo; then - MONGO_VERSION="7.0" + MONGO_VERSION="8.0" else echo "[-] Mongo >= 5 is not supported" MONGO_VERSION="4.4"