From 3613b1bd29f5e3a7b4d9dcc51e952a3dcd1a772d Mon Sep 17 00:00:00 2001 From: Francois B Date: Wed, 6 Jun 2018 09:19:20 +0200 Subject: [PATCH] mongodb fixed --- repo_functions_ub1804.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index d2d9749..64f6c6b 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -947,7 +947,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" } # @@ -1086,7 +1086,6 @@ function angularcli_PostTrtFct () { # NodeJS 8 LTS # function nodejs8lts_PostTrtFct () { - msg "Sanitizing NodeJS install" if which /usr/local/bin/node >/dev/null; then runCmd "sudo rm /usr/local/bin/node" \ "cleaning/removing legacy node files"