Skip to content

Commit

Permalink
Update node install procedure for virtual machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Dec 4, 2014
1 parent 4c8e695 commit dd3e125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ $script = <<SCRIPT
# Update & Install
echo 'Updating and installing ubuntu packages...'
apt-get update
apt-get install -y build-essential git curl imagemagick
apt-get install -y build-essential git curl
# NodeJS via NVM
echo "Installing Node Version Manager..."
export HOME=/home/vagrant
curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
echo "source ~/.nvm/nvm.sh" >> /home/vagrant/.bashrc
source /home/vagrant/.nvm/nvm.sh
#nvm install 0.8
Expand Down

0 comments on commit dd3e125

Please sign in to comment.