Update hyprland.sh

Updated to download specific branch
This commit is contained in:
Ja.KooLit 2024-07-21 15:47:34 +05:00 committed by GitHub
parent 232287c84b
commit 5d74646f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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