From 2ac153854949653ad92615bc8de06b012eaba4a9 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Thu, 20 Oct 2022 13:20:10 +0800 Subject: [PATCH] MongoDB only support Ubuntu LTS --- tools/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.sh b/tools/setup.sh index c4809ef..2a6bd0d 100644 --- a/tools/setup.sh +++ b/tools/setup.sh @@ -8,7 +8,7 @@ if [[ -r /etc/os-release ]]; then . /etc/os-release if [[ $ID = ubuntu ]]; then if [[ $VERSION_CODENAME = impish ]]; then - VERSION_CODENAME=focal # MongoDB does not provide packages for Ubuntu 21.10 + VERSION_CODENAME=focal # MongoDB does not provide packages for Ubuntu 22.04 LTS yet fi REPO="https://repo.mongodb.org/apt/ubuntu $VERSION_CODENAME/mongodb-org/5.0 multiverse" elif [[ $ID = debian ]]; then