Skip to content

Instantly share code, notes, and snippets.

@mintyplanet
Created January 3, 2013 21:09
Show Gist options
  • Save mintyplanet/4447289 to your computer and use it in GitHub Desktop.
Save mintyplanet/4447289 to your computer and use it in GitHub Desktop.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" | tee -a /etc/apt/sources.list.d/10gen.list
sudo apt-get -y update
sudo apt-get -y install mongodb-10gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment