diff options
author | Jade <software@lfcode.ca> | 2020-09-12 13:08:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 22:08:40 +0200 |
commit | 7cb5f643a6ee5b8ffee2e0bb9159a677ff76d17c (patch) | |
tree | b0a6df1ac52acc1e358992ae402c1b0b7992a4ee /doc | |
parent | e1f2c93f889459aa92689636829dc8ea257b5c73 (diff) |
docs+test: fix remaining installer downloads without -L (#4006)
Co-authored-by: lf- <lf-@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-1.7.md | 2 | ||||
-rw-r--r-- | doc/manual/src/release-notes/rl-2.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-1.7.md b/doc/manual/src/release-notes/rl-1.7.md index 8d49ae54e..fb18e797d 100644 --- a/doc/manual/src/release-notes/rl-1.7.md +++ b/doc/manual/src/release-notes/rl-1.7.md @@ -117,7 +117,7 @@ features: - The binary tarball installer has been improved. You can now install Nix by running: - $ bash <(curl https://nixos.org/nix/install) + $ bash <(curl -L https://nixos.org/nix/install) - More evaluation errors include position information. For instance, selecting a missing attribute will print something like diff --git a/doc/manual/src/release-notes/rl-2.1.md b/doc/manual/src/release-notes/rl-2.1.md index b88834c83..a9592657b 100644 --- a/doc/manual/src/release-notes/rl-2.1.md +++ b/doc/manual/src/release-notes/rl-2.1.md @@ -10,7 +10,7 @@ in certain situations. In addition, it has the following new features: - The Nix installer now supports performing a Multi-User installation for Linux computers which are running systemd. You can select a Multi-User installation by passing the `--daemon` - flag to the installer: `sh <(curl https://nixos.org/nix/install) + flag to the installer: `sh <(curl -L https://nixos.org/nix/install) --daemon`. The multi-user installer cannot handle systems with SELinux. If |