This commit is contained in:
Olai Vike Bøe 2021-12-12 02:21:29 +01:00
parent dddeaf52a7
commit 6e6959c6fd
2 changed files with 14 additions and 7 deletions

View file

@ -1,11 +1,5 @@
#!/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

13
olaios.sh.bak Normal file
View file

@ -0,0 +1,13 @@
#!/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