From fa4ebd602cd912dc2bb3fd33857765a1b7d2e6a8 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 12 Nov 2013 09:58:22 +0000 Subject: [PATCH] Update installDeps.sh --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 161cabcc9..8a5000298 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -16,7 +16,7 @@ if [ $(uname) = "SunOS" ]; then } fi -#Is wget installed? +#Is curl installed? hash curl > /dev/null 2>&1 || { echo "Please install curl" >&2 exit 1