From 32723af99226ec56cc60b9b10e602d0603dccfea Mon Sep 17 00:00:00 2001 From: Francois B Date: Tue, 23 Jan 2018 18:16:53 +0100 Subject: [PATCH] . --- repo_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo_functions.sh b/repo_functions.sh index a1cb494..2a6088e 100644 --- a/repo_functions.sh +++ b/repo_functions.sh @@ -432,7 +432,8 @@ function addSpecificRepo_Gyazo () { # function addSpecificRepo_MongoDB3CE () { addKey "hkp://keyserver.ubuntu.com:80" "2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5" - addRepo "mongodb-org-3.6.list" "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" + addRepo "mongodb-org-3.6.list" \ + "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" } # @@ -503,7 +504,6 @@ function mongodbTrtFct () { # nitrogen post install function # function nitrogenTrtFct () { -# if [[ $DESKTOP_SESSION == *"mate"* ]]; then if isMate; then runCmd "gsettings set org.mate.background draw-background false" runCmd "gsettings set org.mate.background show-desktop-icons false"