adding message to set HTTP_PROXY and HTTPS_PROXY for those behind a firewall

This commit is contained in:
David Cohen 2013-02-05 20:17:14 -05:00
parent aa2bf6e3ce
commit d7f05cf004

View file

@ -165,6 +165,8 @@ function download_failed_message {
echo "to turn off certificate checks:"
echo " export HTTP_CLIENT=\"wget --no-check-certificate -O\" # or"
echo " export HTTP_CLIENT=\"curl --insecure -f -L -o\""
echo "It's also possible that you're behind a firewall haven't yet"
echo "set HTTP_PROXY and HTTPS_PROXY."
}
# TODO: explain what to do when Java is missing