Skip to content

Commit

Permalink
supress output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Haynie committed May 7, 2013
1 parent 5aa8731 commit 5419000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
tii=`which ti-install 2>&1`
ret=$?
if [ $ret -eq 0 ] && [ -x "$tii" ]; then
npm install https://github.com/jhaynie/ti-install/tarball/master -g 2>&1
tii=`npm install https://github.com/jhaynie/ti-install/tarball/master -g 2>&1`
fi

# make sure that ti exists
Expand Down

0 comments on commit 5419000

Please sign in to comment.