KDE/olaios.sh

7 lines
260 B
Bash
Raw Permalink Normal View History

2021-11-26 12:50:12 +00:00
#!/bin/bash
2021-12-12 01:21:29 +00:00
2021-11-26 13:19:09 +00:00
bash 0-preinstall.sh
2021-11-26 12:50:12 +00:00
arch-chroot /mnt /root/OlaiOS/1-setup.sh
source /mnt/root/OlaiOS/install.conf
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/OlaiOS/2-user.sh
arch-chroot /mnt /root/OlaiOS/3-post-setup.sh