spacing update

This commit is contained in:
AJ ONeal 2015-01-21 18:42:47 -07:00
parent ec9b6bac80
commit a20663ec16
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ elif [ -n "$(which wget)" ]; then
CMD_CURL="wget -nv --quiet --no-verbose -O -"
fi
echo ""
echo "Downloading and installing Desi's io.js runtime"
$CMD_CURL bit.ly/iojs-min | bash > /dev/null