forked from Mirrors/nixos-infect
nixos-infect: curl -L to follow 301 redirect (#55)
This commit is contained in:
parent
f5da2577dd
commit
a78d378528
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ infect() {
|
|||
#addgroup nixbld -g 30000 || true
|
||||
#for i in {1..10}; do adduser -DH -G nixbld nixbld$i || true; done
|
||||
|
||||
curl https://nixos.org/nix/install | $SHELL
|
||||
curl -L https://nixos.org/nix/install | $SHELL
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
|
|
Loading…
Reference in a new issue