Skip to content

Instantly share code, notes, and snippets.

@hoswey
Last active July 21, 2016 10:41
Show Gist options
  • Save hoswey/4bd0f39e8d7a023248d458c9c12e498d to your computer and use it in GitHub Desktop.
Save hoswey/4bd0f39e8d7a023248d458c9c12e498d to your computer and use it in GitHub Desktop.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
sudo apt-get update
sudo apt-get install mongodb-org-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment