From 446b4bad2d4f26698db81bb95767b5163491b87c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 30 Apr 2024 10:16:24 +0900 Subject: [PATCH] updated hyprland to v0.34 --- install-scripts/00-dependencies.sh | 1 + install-scripts/hyprland.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install-scripts/00-dependencies.sh b/install-scripts/00-dependencies.sh index 3b8987b..266a591 100755 --- a/install-scripts/00-dependencies.sh +++ b/install-scripts/00-dependencies.sh @@ -53,6 +53,7 @@ dependencies=( libsystemd-dev libtiff-dev libtiffxx6 + libtomlplusplus-dev libudev-dev libvkfft-dev libvulkan-dev diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 65274a4..0eec6be 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -25,7 +25,7 @@ if [ -d "Hyprland" ]; then rm -rf "Hyprland" 2>&1 | tee -a "$LOG" fi -if git clone --recursive -b v0.32.3 "https://github.com/hyprwm/Hyprland"; then +if git clone --recursive -b v0.34.0 "https://github.com/hyprwm/Hyprland"; then cd "Hyprland" || exit 1 make all if sudo make install 2>&1 | tee -a "$MLOG"; then