mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-04 18:07:34 +03:00
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
|
#addgroup nixbld -g 30000 || true
|
||||||
#for i in {1..10}; do adduser -DH -G nixbld nixbld$i || true; done
|
#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
|
# shellcheck disable=SC1090
|
||||||
source ~/.nix-profile/etc/profile.d/nix.sh
|
source ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
Loading…
Reference in a new issue