From b331c69b5a84644bd285eef689950caae06ae4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Sat, 25 May 2024 12:49:15 +0200 Subject: [PATCH] Mongodb-org --- scripts/ynh_mongo_db__2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_mongo_db__2 b/scripts/ynh_mongo_db__2 index eabd74e..5b13477 100644 --- a/scripts/ynh_mongo_db__2 +++ b/scripts/ynh_mongo_db__2 @@ -314,7 +314,7 @@ ynh_install_mongo() { ynh_print_info --message="Installing MongoDB Community Edition ..." local mongo_debian_release=$(ynh_get_debian_release) - local mongo_packages="mongodb-org-server mongodb-database-tools mongodb-org-shell" + local mongo_packages="mongodb-org" if [[ $(cat /proc/cpuinfo) != *"avx"* && "$mongo_version" != "4.4" ]]; then #Sadly mongo 4.4 is the only version not requiring avx instruction set, so we will install it