From 5d74646f846f662b0e93fd7958da22e0b97d780a Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:47:34 +0500 Subject: [PATCH] Update hyprland.sh Updated to download specific branch --- install-scripts/hyprland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 351773f..6456471 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -43,7 +43,7 @@ if [ -d "Hyprland" ]; then rm -rf "Hyprland" 2>&1 | tee -a "$LOG" fi -if git clone --recursive "https://github.com/hyprwm/Hyprland"; then +if git clone --recursive -b $hyprland_tag "https://github.com/hyprwm/Hyprland"; then cd "Hyprland" || exit 1 make all if sudo make install 2>&1 | tee -a "$MLOG"; then