Remove reboot request for testing
This commit is contained in:
@@ -6,7 +6,7 @@ The install script works on Linux and macOS.
|
|||||||
The configuration is done through home-manager.
|
The configuration is done through home-manager.
|
||||||
If you would like to use this repository, I recommend forking it and editing home.nix to your liking.
|
If you would like to use this repository, I recommend forking it and editing home.nix to your liking.
|
||||||
|
|
||||||
Install: `sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)`
|
Install: `curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh | bash`
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- Nix (installed automatically)
|
- Nix (installed automatically)
|
||||||
|
|||||||
10
install.sh
10
install.sh
@@ -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
|
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
|
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||||
echo -e "${GREEN}[I] Installed Nix.${ENDCOLOR}"
|
echo -e "${GREEN}[I] Installed Nix.${ENDCOLOR}"
|
||||||
echo
|
# echo
|
||||||
echo -e "${YELLOW}[I] A reboot is required for Nix to work correctly.${ENDCOLOR}"
|
# echo -e "${YELLOW}[I] A reboot is required for Nix to work correctly.${ENDCOLOR}"
|
||||||
echo -e "${GREEN}[I] Press ENTER to reboot.${ENDCOLOR}"
|
# echo -e "${GREEN}[I] Press ENTER to reboot.${ENDCOLOR}"
|
||||||
read
|
# read
|
||||||
systemctl reboot
|
# systemctl reboot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ============== HOME MANAGER ==============
|
# ============== HOME MANAGER ==============
|
||||||
|
|||||||
Reference in New Issue
Block a user