mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
pkg/osx: curl should follow redirects
This commit is contained in:
parent
e6c01bb294
commit
53561ff5fe
@ -75,7 +75,7 @@ download(){
|
||||
echo "################################################################################"
|
||||
echo "Retrieving $PKGNAME"
|
||||
echo "################################################################################"
|
||||
curl -O# $URL
|
||||
curl -LO# $URL
|
||||
|
||||
echo "################################################################################"
|
||||
echo "Comparing Sha512 Hash"
|
||||
|
Loading…
Reference in New Issue
Block a user