diff --git a/archinstall.sh b/archinstall.sh index a37d650..fbdebac 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -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 }