From bde3ef8433ba8d4b65606a1e8a0ba68e9a8b76d5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 4 Feb 2025 19:31:08 +0900 Subject: [PATCH] minor update.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 5913163..b03f440 100755 --- a/install.sh +++ b/install.sh @@ -318,6 +318,7 @@ if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then else # Print error message if neither package is installed printf "\n${WARN} Hyprland failed to install. Please check 00_CHECK-time_installed.log and other files in the Install-Logs/ directory...\n\n" + printf "\n%.0s" {1..2} exit 1 fi