From d1edcaa473ef95661b1b271104341d4a0cac089a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:58:10 +0200 Subject: [PATCH] test for bookworm --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c9b1d2c..0ea2cf4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -344,7 +344,7 @@ ynh_install_mongo() { elif [ "$mongo_debian_release" == bullseye ] ; then ubuntu_version="focal" elif [ "$mongo_debian_release" == bookworm ] ; then - ubuntu_version="jammy" + ubuntu_version="focal" fi