diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 14:22:55 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 14:22:55 +0100 |
| commit | fe1c1335c5a592c5ee433c0c15017083b70ea1da (patch) | |
| tree | 28e1a1f3049b1f9f5f615a3e511f82b48829a020 | |
| parent | 83edf971f206b1fba6ded6ae2ce90456617f846b (diff) | |
exit instead of reboot
| -rwxr-xr-x | nais | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |