From e25cbba2c6362bf18c5dfd9b8d52e61d23c1d4f8 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 1 Sep 2024 15:31:38 +0900 Subject: [PATCH] install.sh - Edited to WARN if hyprland failed to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9580e45..159ac60 100755 --- a/install.sh +++ b/install.sh @@ -275,6 +275,6 @@ if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then fi else # Print error message if neither package is installed - printf "\n${NOTE} Hyprland failed to install. Please check Install-Logs...\n\n" + printf "\n${WARN} Hyprland failed to install. Please check Install-Logs...\n\n" exit 1 fi