This commit is contained in:
Olai Vike Bøe 2021-11-26 14:17:27 +01:00
parent 7dabd1d9f9
commit 8a4bbe3e01
2 changed files with 25 additions and 2 deletions

View file

@ -1,5 +1,11 @@
#!/bin/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 bash 0-preinstall.sh
arch-chroot /mnt /root/OlaiOS/1-setup.sh arch-chroot /mnt /root/OlaiOS/1-setup.sh
source /mnt/root/OlaiOS/install.conf source /mnt/root/OlaiOS/install.conf

17
olaios.sh.bak Normal file
View file

@ -0,0 +1,17 @@
#!/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
chmod +x ./
chmod +x ./
chmod +x ./
chmod +x ./
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