Use <nix/fetchurl.nix> to download the bootstrap tools
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
set -e
|
||||
|
||||
$ln -s $curl curl.bz2
|
||||
$bzip2 -d -f curl.bz2
|
||||
./curl --version
|
||||
|
||||
echo "downloading $out from $url"
|
||||
./curl --fail --location --max-redirs 20 "$url" > "$out"
|
||||
Reference in New Issue
Block a user