From 4858de286b41b016dd787ccfa8c631a4283fc980 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Tue, 17 Oct 2023 11:54:09 +0900 Subject: [PATCH] adjusted for the new update --- install-scripts/hyprland.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 3c11635..f0d312f 100644 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -17,6 +17,7 @@ LOG="install-$(date +%d-%H%M%S)_hyprland.log" printf "${NOTE} Cloning Hyprland...\n" if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then cd Hyprland || exit 1 + make all 2>&1 | tee -a "$LOG" if sudo make install 2>&1 | tee -a "$LOG"; then printf "${OK} Hyprland installed successfully.\n" else