mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
Update install.sh
This commit is contained in:
parent
ad4a2d0dd5
commit
1ed0bd2ff9
1 changed files with 5 additions and 2 deletions
|
@ -91,10 +91,13 @@ chroot /mnt /run/current-system/sw/bin/bash
|
|||
# Set password for user
|
||||
passwd aaronh
|
||||
|
||||
# Exit chroot
|
||||
exit
|
||||
|
||||
# Removed downloaded script.
|
||||
rm install.sh
|
||||
|
||||
# Unmount all filesystems & reboot.
|
||||
# umount -a
|
||||
# reboot
|
||||
umount -a
|
||||
reboot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue