From a5677f297e27e2428a8a94b797da6091e1b04527 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 25 Jul 2025 01:43:51 +0900 Subject: [PATCH] updated install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 42e44ce..9a82143 100755 --- a/install.sh +++ b/install.sh @@ -290,6 +290,9 @@ sleep 1 execute_script "fonts.sh" echo "${INFO} Installing ${SKY_BLUE}KooL Hyprland packages...${RESET}" | tee -a "$LOG" +sleep 1 +execute_script "02-hypr-pkgs.sh" + sleep 1 execute_script "hyprland.sh"