Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iKlaus committed Nov 29, 2015
1 parent 5e2210f commit 4c9d94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ "$UNAME_STR" == 'Linux' ]]; then
if hash node 2>/dev/null; then
echo "node found"
else
echo "node not found…installing io.js"
echo "node not found…installing node.js"

CURRENT_PWD=$(pwd)

Expand All @@ -53,7 +53,7 @@ elif [[ "$UNAME_STR" == 'Darwin' ]]; then
if hash node 2>/dev/null; then
echo "node found"
else
echo "node not found…installing io.js"
echo "node not found…installing node.js"
brew install iojs
fi
fi
Expand Down

0 comments on commit 4c9d94e

Please sign in to comment.