From 852c5ebef8c3ebb3c885b6097e036af9bc4ac73b Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Wed, 15 Jan 2025 11:55:27 +0100 Subject: [PATCH] add success log and reinvoke script after Nix installation --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index a2d972e..95aa173 100755 --- a/setup.sh +++ b/setup.sh @@ -299,6 +299,10 @@ install_nix() { if ! sh <(curl -L https://nixos.org/nix/install) --daemon; then die "Failed to install Nix" fi + + log_success "Nix has been installed. We're reinvoking the script to continue setup." + curl -L https://df.mvl.sh | bash + exit 0 } setup_symlinks() {