Update swww.sh

This commit is contained in:
Ja.KooLit 2024-12-18 20:38:27 +00:00 committed by GitHub
parent e6afbfd67c
commit 198a798056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ if [ -d "swww" ]; then
git pull origin main 2>&1 | tee -a "$MLOG" git pull origin main 2>&1 | tee -a "$MLOG"
else else
printf "${NOTE} Cloning swww repository...\n" 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 cd swww || exit 1
else else
echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG" echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"