diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 18:31:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 18:31:26 -0300 |
commit | e222ccafec971380bcc88cfbf84c4749bcb2aba7 (patch) | |
tree | 7f7b6a5cf642d5c550d110145664e21f7aa8e2eb /public/nixos/install.sh | |
parent | Add lvm2 to install.sh nix-shell declaration (diff) | |
download | dotfiles-e222ccafec971380bcc88cfbf84c4749bcb2aba7.tar.gz dotfiles-e222ccafec971380bcc88cfbf84c4749bcb2aba7.tar.xz |
Shutdown instead of rebooting after install.sh runs
Diffstat (limited to 'public/nixos/install.sh')
-rwxr-xr-x | public/nixos/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/nixos/install.sh b/public/nixos/install.sh index 1d0a717..2fb995f 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -140,5 +140,5 @@ yellow "Installing NixOS!" nixos-install green "Done." -yellow "Rebooting..." -reboot +yellow "Shutting down..." +shutdown now |