diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 4d01eb589..cd71d7947 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