diff options
-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 4d01eb589c81..cd71d7947d77 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -34,7 +34,7 @@ fi if [ "$(uname -s)" = "Darwin" ]; then INSTALL_MODE=daemon elif [ "$(uname -s)" = "Linux" ] && [ -e /run/systemd/system ]; then - INSTALL_MODE=no-daemon + INSTALL_MODE=daemon else INSTALL_MODE=no-daemon fi |