From 746ebd88019c8031175bb779a66e24eec5b4c609 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:17:52 -0500 Subject: [PATCH] oops lol --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 9feb28f..e9822fc 100755 --- a/setup +++ b/setup @@ -113,7 +113,7 @@ if ! test -d "$HOME"/Pictures; then fi if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then - curl -os "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg + curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg "$HOME"/.local/bin/doorsbg fi fi