mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Update swww.sh
This commit is contained in:
parent
e6afbfd67c
commit
198a798056
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user