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