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"