From a20663ec1648da3c82b7a2402c383f92b46cfce7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 21 Jan 2015 18:42:47 -0700 Subject: [PATCH] spacing update --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index bdaabc5..2bf3b79 100644 --- a/setup.sh +++ b/setup.sh @@ -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