Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-05-06 22:24:36 +00:00
parent ad4a2d0dd5
commit 1ed0bd2ff9

View file

@ -91,10 +91,13 @@ chroot /mnt /run/current-system/sw/bin/bash
# Set password for user # Set password for user
passwd aaronh passwd aaronh
# Exit chroot
exit
# Removed downloaded script. # Removed downloaded script.
rm install.sh rm install.sh
# Unmount all filesystems & reboot. # Unmount all filesystems & reboot.
# umount -a umount -a
# reboot reboot