diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-10T21·42+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-10T21·42+0200 |
commit | 924e19341a5ee488634bc9ce1ea9758ac496afc3 (patch) | |
tree | 4806fcc2805c9b8d3ad1850ad7d315f417556372 | |
parent | b0a09a6f320d3a0ac186e87edb1c1782d8d168d5 (diff) |
Don't barf when installing as root
-rw-r--r-- | doc/manual/release-notes.xml | 2 | ||||
-rw-r--r-- | scripts/install-nix-from-closure.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 53195924c849..fd5061cc01a5 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -7,7 +7,7 @@ <!--==================================================================--> -<section xml:id="ssec-relnotes-1.7"><title>Release 1.7 (April 9, 2014)</title> +<section xml:id="ssec-relnotes-1.7"><title>Release 1.7 (April 11, 2014)</title> <para>In addition to the usual bug fixes, this release has the following new features:</para> diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 33ceeb37e26c..5770c7366140 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -18,7 +18,6 @@ fi if [ "$(id -u)" -eq 0 ]; then echo "warning: installing Nix as root is not recommended" >&2 - exit 1 fi echo "performing a single-user installation of Nix..." >&2 |