mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-14 23:11:51 +08:00
MongoDB only support Ubuntu LTS
This commit is contained in:
parent
1c7662f7f1
commit
2ac1538549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user