ugh
This commit is contained in:
parent
c5c1ed08e6
commit
b44390ab98
1 changed files with 5 additions and 2 deletions
7
setup
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue