diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2dceef8..e253c99 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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 diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh index d20b32a..beb4af0 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 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"