mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
docs+test: fix remaining installer downloads without -L (#4006)
Co-authored-by: lf- <lf-@users.noreply.github.com>
This commit is contained in:
parent
e1f2c93f88
commit
7cb5f643a6
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ trap finish EXIT
|
|||
|
||||
# First setup Nix
|
||||
cleanup
|
||||
curl -o install https://nixos.org/nix/install
|
||||
curl -L -o install https://nixos.org/nix/install
|
||||
yes | bash ./install
|
||||
verify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue