diff options
Diffstat (limited to 'scripts/install-nix-from-closure.sh')
-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 dd826c423953..9d395020e606 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -30,7 +30,7 @@ if [ "$(uname -s)" = "Darwin" ]; then fi printf '\e[1;31mSwitching to the Multi-User Darwin Installer\e[0m\n' - "$self/install-darwin-multi-user" + exec "$self/install-darwin-multi-user" exit 0 fi |