This commit is contained in:
AJ ONeal 2015-01-21 16:32:15 -07:00
parent bf0b8d9f91
commit a25281aa2a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
if [ -n "" ]; then
CMD_CURL="curl -fsSL"
elif [ -n "$(which wget)" ]; then
CMD_CURL="wget -nv--quiet --no-verbose -O -"
CMD_CURL="wget -nv --quiet --no-verbose -O -"
fi
$CMD_CURL bit.ly/iojs-min | bash