Skip to content

Commit

Permalink
Merge pull request #114 from blutack/master
Browse files Browse the repository at this point in the history
[contrib] launch_helper: Opa installation fails on Ubuntu with nodejs v0.10.0
  • Loading branch information
Aqua-Ye committed Mar 17, 2013
2 parents 41441ac + f977983 commit 4f5b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/launch_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ $? -ne 0 ] || [ ! -x "$node" ]; then
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
sudo apt-get install nodejs
;;
*)
echo "--> node.js is missing, please install node.js from: http://nodejs.org"
Expand Down

0 comments on commit 4f5b5fa

Please sign in to comment.