diff --git a/olaios.sh b/olaios.sh index d01ee85..dae235a 100644 --- a/olaios.sh +++ b/olaios.sh @@ -1,6 +1,12 @@ #!/bin/bash - - bash 0-preinstall.sh + 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 diff --git a/olaios.sh.bak b/olaios.sh.bak new file mode 100644 index 0000000..faf1758 --- /dev/null +++ b/olaios.sh.bak @@ -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 \ No newline at end of file