Skip to content

Commit

Permalink
Added installation of curl. Fixes startup-class#4
Browse files Browse the repository at this point in the history
  • Loading branch information
balajis committed Jul 18, 2013
1 parent c4300e4 commit 8177a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Install nvm: node-version manager
# https://github.com/creationix/nvm
sudo apt-get install -y git-core
sudo apt-get install -y curl
curl https://raw.github.com/creationix/nvm/master/install.sh | sh

# Load nvm and install latest production node
Expand Down

0 comments on commit 8177a00

Please sign in to comment.