summary refs log tree commit diff
path: root/nixos/doc/manual/installation
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-09-26 19:15:08 +0300
committerGitHub <noreply@github.com>2020-09-26 19:15:08 +0300
commitf85b2a1c89c40307dae37c01671e61d30ca1fdb9 (patch)
tree54d41fa6f6043a70a3cb0ae59751eb778651a066 /nixos/doc/manual/installation
parentc4bc8f2cc4867f3282298b10ca1d5d01345c03a8 (diff)
parent6ed65d9b5f5f40af285edb73577d2ec690d40237 (diff)
downloadnixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar.gz
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar.bz2
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar.lz
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar.xz
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.tar.zst
nixpkgs-f85b2a1c89c40307dae37c01671e61d30ca1fdb9.zip
Merge pull request #97797 from lf-/fix-redirecting-installer-urls
docs: add -L to remaining curl install commands
Diffstat (limited to 'nixos/doc/manual/installation')
-rw-r--r--nixos/doc/manual/installation/installing-from-other-distro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/installing-from-other-distro.xml b/nixos/doc/manual/installation/installing-from-other-distro.xml
index 8aac3226473..f10a7d65887 100644
--- a/nixos/doc/manual/installation/installing-from-other-distro.xml
+++ b/nixos/doc/manual/installation/installing-from-other-distro.xml
@@ -47,7 +47,7 @@
     Short version:
    </para>
 <screen>
-<prompt>$ </prompt>curl https://nixos.org/nix/install | sh
+<prompt>$ </prompt>curl -L https://nixos.org/nix/install | sh
 <prompt>$ </prompt>. $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell</screen>
    <para>
     More details in the