From ef53811b95e1a404029b36b0959004abff9aa631 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 7 Jul 2021 09:06:45 -0400 Subject: [PATCH] -p flag on mkdir --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index 5a02afc..a37d650 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -140,7 +140,7 @@ setup () { arch-chroot /mnt systemctl enable NetworkManager arch-chroot /mnt systemctl enable lightdm - mkdir /mnt/home/clc/.config/autostart + 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