aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnais3
1 files changed, 2 insertions, 1 deletions
diff --git a/nais b/nais
index f1ed35a..3f33cc1 100755
--- a/nais
+++ b/nais
@@ -103,7 +103,8 @@ install_arch() {
sed -i 's/# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/g' /mnt/etc/sudoers
arch-chroot /mnt useradd -G wheel "$USERNAME" -p "$PASSWORD"
- reboot
+ echo Finished.
+ exit
}
while (true); do