Skip to content

Instantly share code, notes, and snippets.

@p0vidl0
Created August 16, 2018 02:10
Show Gist options
  • Save p0vidl0/c7edb2d450e8ac289efb278a8deb5f28 to your computer and use it in GitHub Desktop.
Save p0vidl0/c7edb2d450e8ac289efb278a8deb5f28 to your computer and use it in GitHub Desktop.
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