pkg/osx: curl should follow redirects

This commit is contained in:
Nahum Shalman 2016-02-17 13:18:12 -05:00
parent e6c01bb294
commit 53561ff5fe

View File

@ -75,7 +75,7 @@ download(){
echo "################################################################################"
echo "Retrieving $PKGNAME"
echo "################################################################################"
curl -O# $URL
curl -LO# $URL
echo "################################################################################"
echo "Comparing Sha512 Hash"