mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -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
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue