KDE/olaios.sh
2021-11-26 14:19:09 +01:00

13 lines
No EOL
468 B
Bash

#!/bin/bash
chmod +x ./0-preinstall.sh
chmod +x ./1-setup.sh
chmod +x ./2-user.sh
chmod +x ./3-post-setup.sh
chmod +x ./kderice-backup.sh
chmod +x ./kderice-restore.sh
chmod +x ./setconsole.sh
bash 0-preinstall.sh
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