From c76fa3b224c1d4fc6f3712f61a8827b9f24f2a56 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 7 Jul 2021 09:00:28 -0400 Subject: [PATCH] autostart --- archinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archinstall.sh b/archinstall.sh index 68d0292..5a02afc 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -140,6 +140,8 @@ setup () { arch-chroot /mnt systemctl enable NetworkManager arch-chroot /mnt systemctl enable lightdm + mkdir /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