From da36b34377f3697b40a86ee4fbfa048bd69205b9 Mon Sep 17 00:00:00 2001 From: Maxime Berthault <2143487+Maxou56800@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:59:50 +0200 Subject: [PATCH] Update mongodb to 8.0 (#2361) --- installer/cape2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"