Update swww.sh - changed git address to LGFae

This commit is contained in:
Ja.KooLit 2024-12-16 17:52:38 -04:00 committed by GitHub
parent 43290a3fc2
commit e6afbfd67c
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/Horus645/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"