diff --git a/scripts/ynh_mongo_db__2 b/scripts/ynh_mongo_db__2 index e264fb1..bef021f 100644 --- a/scripts/ynh_mongo_db__2 +++ b/scripts/ynh_mongo_db__2 @@ -323,7 +323,7 @@ ynh_install_mongo() { if [[ "$mongo_version" == "4.4" ]]; then ynh_print_warn --message="Switching to special package install for Mongo 4.4 to see if that works." #mongo_debian_release=buster - mongo_packages="mongodb-mongosh-shared-openssl3" + mongo_packages="mongodb-mongosh-shared-openssl11" fi ynh_install_extra_app_dependencies --repo="deb http://repo.mongodb.org/apt/debian $mongo_debian_release/mongodb-org/$mongo_version main" --package=$mongo_packages --key="https://www.mongodb.org/static/pgp/server-$mongo_version.asc"