summary refs log tree commit diff
path: root/pkgs/stdenv/linux/new-scripts/download.sh
blob: 1d010f88d1e4e9d789974d0a7447fe9e602852bd (plain) (blame)
1
2
3
set -e
echo "downloading $out from $url"
$curl/bin/curl --fail --location --max-redirs 20 "$url" > "$out"