diff --git a/archinstall.sh b/archinstall.sh index 63b1d2d..7bcd710 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -141,6 +141,10 @@ setup () { arch-chroot /mnt systemctl enable lightdm curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh + + chmod +x /mnt/home/clc/firstboot.sh + + echo "bash /home/clc/firstboot.sh" >> /mnt/home/clc/.bash_profile } ######################################################################################