From 198a798056771be4a17117ea5d21e791c6c64b9e Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:38:27 +0000 Subject: [PATCH] Update swww.sh --- install-scripts/swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh index 86b1124..51825f1 100755 --- a/install-scripts/swww.sh +++ b/install-scripts/swww.sh @@ -45,7 +45,7 @@ if [ -d "swww" ]; then git pull origin main 2>&1 | tee -a "$MLOG" else printf "${NOTE} Cloning swww repository...\n" - if git clone --recursive-b $swww_tag https://github.com/LGFae/swww.git; then + if git clone --recursive -b $swww_tag https://github.com/LGFae/swww.git; then cd swww || exit 1 else echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"