From ed1cb94dc0a64d65bdf046a6cd91d8aa9644e9f2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Mar 2017 19:06:13 +0200 Subject: [PATCH] Use apt --- Install-and-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 118fefc..468e25b 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -111,7 +111,7 @@ https://github.com/wefork/wekan/issues/58_ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list sudo apt update -sudo apt-get install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools +sudo apt install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools sudo systemctl start mongod sudo systemctl enable mongod ```