From e6b78f074aab8c9088f4f11aa6cf8dca251b9026 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 00:04:14 +0900 Subject: [PATCH] updated confirmation message. Instead of exiting, returning to options --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 14c628a..7ca618d 100755 --- a/install.sh +++ b/install.sh @@ -327,8 +327,8 @@ while true; do # Confirmation prompt if ! whiptail --title "Confirm Your Choices" --yesno "$(printf "%s" "$confirm_message")" 25 80; then echo -e "\n" - echo "❌ ${SKY_BLUE}You 🫵 cancelled the confirmation${RESET}. ${YELLOW}Exiting...${RESET}" | tee -a "$LOG" - exit 0 + echo "❌ ${SKY_BLUE}You're not 🫵 happy${RESET}. ${YELLOW}Returning to options...${RESET}" | tee -a "$LOG" + continue fi echo "👌 ${OK} You confirmed your choices. Proceeding with ${SKY_BLUE}KooL 🇵🇭 Hyprland Installation...${RESET}" | tee -a "$LOG"