From 205a9f2576646e65930d6c825df33da484d590b0 Mon Sep 17 00:00:00 2001 From: Walter Franzini Date: Wed, 16 May 2018 07:23:00 +0200 Subject: [PATCH] minor improvement to nix installation instructions (#40521) * improve nix installation instructions in the command $ bash <(curl https://nixos.org/nix/install) <(..) is a bashism. The documentation now show a command that does not require to be executed by bash. --- nixos/doc/manual/installation/installing-from-other-distro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/installation/installing-from-other-distro.xml b/nixos/doc/manual/installation/installing-from-other-distro.xml index 8b0c350b064..c55aa90267f 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: -$ bash <(curl https://nixos.org/nix/install) +$ curl https://nixos.org/nix/install | sh $ . $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell More details in the