Skip to content

Commit

Permalink
fix the bagrant bash provisioning script
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanu committed Jan 3, 2016
1 parent 3a32dff commit f477aab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vagrant_bootstrap.sh
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

## Install mongodb.
#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 -y mongodb-org-server mongodb-org-shell
#
# Install mongodb.
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 -y mongodb-org-server mongodb-org-shell

# Install nvm
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash
echo ". ~/.nvm/nvm.sh" >> ~/.bash_profile
Expand Down

0 comments on commit f477aab

Please sign in to comment.