From 102d9df40299facea1fbc6d720508789f16678ec Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Tue, 6 Jul 2021 09:58:49 -0400 Subject: [PATCH] added firstboot script --- archinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 } ######################################################################################