small disp bug + mongodb repo fixed
This commit is contained in:
parent
39e198e10c
commit
4d1693fa77
2 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ function addRepo () {
|
|||
retCode $ret_code
|
||||
fi
|
||||
else
|
||||
printf "[REPO] already added [ "$BOLDVERT"OK"$NORMAL" ] "
|
||||
printf "[REPO] already added [ "$BOLDVERT"OK"$NORMAL" ] \n"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -924,7 +924,7 @@ function addRepo_Gyazo () {
|
|||
function addRepo_MongoDB3CE () {
|
||||
addKey "https://www.mongodb.org/static/pgp/server-3.6.asc"
|
||||
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"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue