From 18f5ce3eb5f8fea16413109856cab2e5eb14120c Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 31 Mar 2024 11:49:53 +0100 Subject: [PATCH] Removed unneeded code --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index ce932e8a..4df91903 100755 --- a/install.sh +++ b/install.sh @@ -40,11 +40,6 @@ if ! nix --version &>/dev/null; then curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh echo -e "${GREEN}[I] Installed Nix.${ENDCOLOR}" - # echo - # echo -e "${YELLOW}[I] A reboot is required for Nix to work correctly.${ENDCOLOR}" - # echo -e "${GREEN}[I] Press ENTER to reboot.${ENDCOLOR}" - # read - # systemctl reboot fi # ============== HOME MANAGER ==============