mongodb repo upd to 4.2
This commit is contained in:
parent
d09222b3ff
commit
57464ecf3b
1 changed files with 3 additions and 3 deletions
|
@ -1044,9 +1044,9 @@ function addRepo_Gyazo () {
|
||||||
# MongoDB 4 CE
|
# MongoDB 4 CE
|
||||||
#
|
#
|
||||||
function addRepo_MongoDB_CE () {
|
function addRepo_MongoDB_CE () {
|
||||||
addKey "https://www.mongodb.org/static/pgp/server-4.0.asc"
|
addKey "https://www.mongodb.org/static/pgp/server-4.2.asc"
|
||||||
addRepo "mongodb-org-4.0.list" \
|
addRepo "mongodb-org-4.2.list" \
|
||||||
"deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse"
|
"deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue