rename archtitus to archnikus bash file called to run whole program
This commit is contained in:
parent
4c5ee40cca
commit
0b545503f8
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash 0-preinstall.sh
|
||||
arch-chroot /mnt /root/ArchNikus/1-setup.sh
|
||||
source /mnt/root/ArchNikus/install.conf
|
||||
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/ArchNikus/2-user.sh
|
||||
arch-chroot /mnt /root/ArchNikus/3-post-setup.sh
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash 0-preinstall.sh
|
||||
arch-chroot /mnt /root/ArchTitus/1-setup.sh
|
||||
source /mnt/root/ArchTitus/install.conf
|
||||
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/ArchTitus/2-user.sh
|
||||
arch-chroot /mnt /root/ArchTitus/3-post-setup.sh
|
||||
Loading…
Reference in New Issue