From a0dadc19da8765e7fd2c40f03016cb8183ee09b8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 24 Jan 2015 15:26:48 -0700 Subject: [PATCH] Update setup.sh --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 06d3c97..7a5f6e9 100644 --- a/setup.sh +++ b/setup.sh @@ -4,6 +4,9 @@ if [ -n "$(which curl)" ]; then CMD_CURL="curl -fsSL" elif [ -n "$(which wget)" ]; then CMD_CURL="wget -nv --quiet --no-verbose -O -" +else + echo "Couldn't find 'curl' or 'wget' (that's weird), could not continue." + exit 1 fi echo ""