Switched to curl when getting the tgz.

This commit is contained in:
Chris Kleeschulte 2015-08-06 11:01:36 -04:00
parent e378d544cd
commit 19fdd54cdc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ binary_url="https://${bucket_name}.s3.amazonaws.com/${tarball_name}"
echo "Downloading binary: ${binary_url}"
wget -N $binary_url
curl $binary_url > $tarball_name
if test -e "${tarball_name}"; then
echo "Unpacking binary distribution"