Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

docs: add -L to remaining curl install commands

(cherry picked from commit 6ed65d9b5f5f40af285edb73577d2ec690d40237)

authored by lf- and committed by Jonathan Ringer ecde0fed 75714257

Changed files
+3 -3
nixos
doc
manual
installation
release-notes
+1 -1
default.nix
··· 14 14 - If you installed Nix using the install script (https://nixos.org/nix/install), 15 15 it is safe to upgrade by running it again: 16 16 17 - curl https://nixos.org/nix/install | sh 17 + curl -L https://nixos.org/nix/install | sh 18 18 19 19 For more information, please see the NixOS release notes at 20 20 https://nixos.org/nixos/manual or locally at
+1 -1
nixos/doc/manual/installation/installing-from-other-distro.xml
··· 47 47 Short version: 48 48 </para> 49 49 <screen> 50 - <prompt>$ </prompt>curl https://nixos.org/nix/install | sh 50 + <prompt>$ </prompt>curl -L https://nixos.org/nix/install | sh 51 51 <prompt>$ </prompt>. $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell</screen> 52 52 <para> 53 53 More details in the
+1 -1
nixos/doc/manual/release-notes/rl-1903.xml
··· 173 173 <listitem> 174 174 <para> 175 175 For users of a daemon-less Nix installation on Linux or macOS, you can 176 - upgrade Nix by running <command>curl https://nixos.org/nix/install | 176 + upgrade Nix by running <command>curl -L https://nixos.org/nix/install | 177 177 sh</command>, or prior to doing a channel update, running 178 178 <command>nix-env -iA nix</command>. 179 179 </para>