small disp bug + mongodb repo fixed

This commit is contained in:
Francois B 2018-06-04 20:57:43 +02:00
parent 39e198e10c
commit 4d1693fa77
2 changed files with 2 additions and 2 deletions

View file

@ -314,7 +314,7 @@ function addRepo () {
retCode $ret_code retCode $ret_code
fi fi
else else
printf "[REPO] already added [ "$BOLDVERT"OK"$NORMAL" ] " printf "[REPO] already added [ "$BOLDVERT"OK"$NORMAL" ] \n"
fi fi
} }

View file

@ -924,7 +924,7 @@ function addRepo_Gyazo () {
function addRepo_MongoDB3CE () { function addRepo_MongoDB3CE () {
addKey "https://www.mongodb.org/static/pgp/server-3.6.asc" addKey "https://www.mongodb.org/static/pgp/server-3.6.asc"
addRepo "mongodb-org-3.6.list" \ addRepo "mongodb-org-3.6.list" \
"deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/3.6 multiverse" "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse"
} }
# #