Skip to content

Commit

Permalink
Update mongodb to 8.0 (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou56800 authored Oct 18, 2024
1 parent a411d42 commit da36b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/cape2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da36b34

Please sign in to comment.