mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated swww.sh to download from version v0.9.5
This commit is contained in:
parent
eafd37ead2
commit
43290a3fc2
@ -1,5 +1,8 @@
|
||||
## Changelogs
|
||||
|
||||
## 10 Dec 2024
|
||||
- updated swww.sh to download from version v0.9.5
|
||||
|
||||
## 24 Nov 2024
|
||||
- switched to download rofi-wayland from releases instead from upstream
|
||||
|
||||
|
||||
@ -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 https://github.com/Horus645/swww.git; then
|
||||
if git clone --recursive-b $swww_tag https://github.com/Horus645/swww.git; then
|
||||
cd swww || exit 1
|
||||
else
|
||||
echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user