added firstboot script
This commit is contained in:
parent
5704b072a1
commit
102d9df402
@ -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
|
||||
}
|
||||
|
||||
######################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user