From eb033d322059a910cd02bc1ba1932bafa9b9c6d8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 14 Sep 2024 01:29:54 +0900 Subject: [PATCH] final tweak of install scripts --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 22496bf..c333d2f 100755 --- a/install.sh +++ b/install.sh @@ -268,8 +268,8 @@ printf "\n%.0s" {1..1} # Check if hyprland or hyprland-git is installed if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then - printf "\n${OK} Hyprland is installed. However, some essential packages may not be installed." - printf "\n${CAT} Please see above. Simply ignore this message if it states 'All packages are installed.'\n" + printf "\n${OK} Hyprland is installed. However, some essential packages may not be installed Please see above!" + printf "\n${CAT} Ignore this message if it states 'All essential packages are installed.'\n" sleep 2 printf "\n${NOTE} You can start Hyprland by typing 'Hyprland' (IF SDDM is not installed) (note the capital H!).\n" printf "\n${NOTE} However, it is highly recommended to reboot your system.\n\n"