From 102aefb7749d0f5169525f2925447d9ff8718a41 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sun, 20 Jul 2025 00:28:47 +0900 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 048260c..8c540fc 100755 --- a/install.sh +++ b/install.sh @@ -329,6 +329,8 @@ echo "${INFO} Installing ${SKY_BLUE}KooL Hyprland packages...${RESET}" | tee -a sleep 1 execute_script "01-hypr-pkgs.sh" sleep 1 +execute_script "hyprutils.sh" +sleep 1 execute_script "hyprlang.sh" sleep 1 execute_script "hyprcursor.sh"