From b44390ab98355c7e57936b89e68c30f64b6c6d0c Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Wed, 3 Jan 2024 03:39:10 -0500 Subject: [PATCH] ugh --- setup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 67b7e47..3568ab1 100755 --- a/setup +++ b/setup @@ -76,8 +76,11 @@ cd $HOME/.doors && $HOME/.doors/scripts/copy_and_link # Copy default wallpaper -if ! test -d $HOME/Pictures/Wallpapers; then - mkdir $HOME/Pictures/Wallpapers +if ! test -d $HOME/Pictures; then + mkdir $HOME/Pictures + if ! test -d $HOME/Pictures/Wallpapers; then + mkdir $HOME/Pictures/Wallpapers + fi if ! test -f $HOME/Pictures/Wallpapers/door2.jpg; then curl -o $HOME/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg