Remove reboot request for testing

This commit is contained in:
2024-03-31 11:39:13 +01:00
parent 9392353a0f
commit 1199d0a7c1
2 changed files with 6 additions and 6 deletions

View File

@@ -40,11 +40,11 @@ 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
# 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 ==============