added firstboot script

This commit is contained in:
Thomas Cole 2021-07-06 09:58:49 -04:00
parent 5704b072a1
commit 102d9df402

View File

@ -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
}
######################################################################################