Update autoarch.sh
This commit is contained in:
parent
9256f1ca68
commit
a9d90bec1a
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash 0-preinstall.sh
|
||||
arch-chroot /mnt /root/autoarch/1-setup.sh
|
||||
source /mnt/root/autoarch/install.conf
|
||||
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/autoarch/2-user.sh
|
||||
arch-chroot /mnt /root/autoarch/3-post-setup.sh
|
||||
arch-chroot /mnt /root/AutoArch/1-setup.sh
|
||||
source /mnt/root/AutoArch/install.conf
|
||||
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/AutoArch/2-user.sh
|
||||
arch-chroot /mnt /root/AutoArch/3-post-setup.sh
|
||||
Loading…
Reference in New Issue