From 39d3f1a958dd1b0bda811fcf76f4abc160f8d69d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 19:40:29 +0900 Subject: [PATCH] last tweak (hopefully) --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8cd56f3..e9b9036 100755 --- a/install.sh +++ b/install.sh @@ -370,11 +370,12 @@ if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then echo "${INFO} Rebooting now..." reboot # Optionally reboot if the user agrees elif [[ "$HYP" == "n" || "$HYP" == "no" ]]; then - echo "${INFO} You choose NOT to reboot\n" - + echo "${OK} You choose NOT to reboot" + printf "\n%.0s" {1..1} # Check if NVIDIA GPU is present if lspci | grep -i "nvidia" &> /dev/null; then echo "${INFO} HOWEVER ${YELLOW}NVIDIA GPU${RESET} detected. Reminder that you must REBOOT your SYSTEM..." + printf "\n%.0s" {1..1} fi else echo "${WARN} Invalid response. Please answer with 'y' or 'n'. Exiting." @@ -386,3 +387,5 @@ else printf "\n%.0s" {1..3} exit 1 fi + +printf "\n%.0s" {1..2} \ No newline at end of file