Created
August 16, 2018 02:10
-
-
Save p0vidl0/c7edb2d450e8ac289efb278a8deb5f28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4 && | |
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list && | |
apt install apt-transport-https && | |
apt update && | |
apt install mongodb-org-shell -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment