Update installDeps.sh

pull/1994/head
John McLear 2013-11-12 09:58:22 +00:00
parent 5c1daa33be
commit fa4ebd602c
1 changed files with 1 additions and 1 deletions

View File

@ -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