From b19747d61a43fa92d92eb94c46eb3f7805d27d17 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 14 Jul 2022 01:46:58 +0200 Subject: [PATCH] fix wget --- arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index 7f92542..56a23af 100644 --- a/arch.sh +++ b/arch.sh @@ -161,7 +161,7 @@ then rm xpui.js cd - > /dev/null || exit # Add desktop shortcut - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.local/share/applications/spotify.desktop -P "$HOME"/.local/share/applications/spotify.desktop + wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.local/share/applications/spotify.desktop -P "$HOME"/.local/share/applications/ # === Syncthing == systemctl enable syncthing@"$USER".service