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