From fc62a8b6b3f058a2b978f1525fd2ddf0e8a2c4b1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 10:01:47 +0900 Subject: [PATCH] hey. Dont mind me.. I am still tweaking :) --- install-scripts/Global_functions.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index df2fc05..0361c75 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -106,7 +106,7 @@ uninstall_package() { if ! dpkg -l | grep -q -w "^ii $1" ; then echo -e "\e[1A\e[K${OK} ${MAGENTA}$1${RESET} was uninstalled." else - echo -e "\e[1A\e[K${ERROR} $pkg failed to uninstall. Please check the log." + echo -e "\e[1A\e[K${ERROR} $pkg failed to uninstall. No actions required." return 1 fi else diff --git a/install.sh b/install.sh index c60cfe6..7bcb233 100755 --- a/install.sh +++ b/install.sh @@ -63,7 +63,7 @@ read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed if [ "$proceed" != "y" ]; then printf "\n%.0s" {1..2} - echo "${INFO} Installation aborted. No changes in your system! ${MAGENTA}Goodbye!!!${RESET} " + echo "${INFO} Installation aborted. ${SKY_BLUE}No changes in your system.${RESET} ${YELLOW}Goodbye!${RESET}" printf "\n%.0s" {1..2} exit 1 fi