diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2020-06-23 22:51:09 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2020-06-23 23:04:10 +0100 |
commit | 3685f4eec650be473226b9c1623a28ab07d1f918 (patch) | |
tree | 386cdfccaad5d81902cb8512b3802c6d8f3facc5 /scripts/install-nix-from-closure.sh | |
parent | 015e1c2131de938d61fa50c8df9d3987c42bcb39 (diff) |
docs/installer: add correct curl flags
also see https://nixos.org/download.html
Diffstat (limited to 'scripts/install-nix-from-closure.sh')
-rw-r--r-- | scripts/install-nix-from-closure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 826ca8b8c..5824c2217 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -113,7 +113,7 @@ if [ "$(uname -s)" = "Darwin" ]; then ( echo "" echo "Installing on macOS >=10.15 requires relocating the store to an apfs volume." - echo "Use sh <(curl https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually." + echo "Use sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually." echo "See https://nixos.org/nix/manual/#sect-macos-installation" echo "" ) >&2 |