diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-nix-from-closure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |