Skip to content

Commit

Permalink
let protonet install node js
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSwoop authored and leehambley committed Apr 25, 2013
1 parent 12991f3 commit 3434b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
`node -v`.strip == 'v0.10.1'
}
meet {
log_shell "install node v0.10.1", "source /home/protonet/.nvm/nvm.sh; nvm install 0.10.1"
sudo "source /home/protonet/.nvm/nvm.sh; nvm install 0.10.1", as: 'protonet'
}
end

0 comments on commit 3434b77

Please sign in to comment.