From d29db8b3353c126925c62d45a165d903a3bce19e Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 7 Jul 2021 21:20:11 -0400 Subject: [PATCH] fix background image --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index 21b228d..63113f3 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -142,7 +142,7 @@ setup () { 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/fb.desktop - curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/clclogo.png > /mnt/usr/share/backgrounds + curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/clclogo.png > /mnt/usr/share/backgrounds/clclogo.png chmod +x /mnt/home/clc/firstboot.sh chmod +x /mnt/home/clc/fb.desktop