moved .desktop to home

This commit is contained in:
Thomas Cole 2021-07-07 20:42:27 -04:00
parent ef53811b95
commit 6d7a590685

View File

@ -140,13 +140,11 @@ setup () {
arch-chroot /mnt systemctl enable NetworkManager
arch-chroot /mnt systemctl enable lightdm
mkdir -p /mnt/home/clc/.config/autostart
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/fb.desktop > /mnt/home/clc/.config/autostart/fb.desktop
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/fb.desktop > /mnt/home/clc/fb.desktop
chmod +x /mnt/home/clc/firstboot.sh
chmod +x /mnt/home/clc/.config/autostart/fb.desktop
chmod +x /mnt/home/clc/fb.desktop
return 1
}