From d9bf08945cc0e24a0f49400e29f77a92de1c5eb5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 27 Dec 2024 20:03:13 +0900 Subject: [PATCH] small tweak on Global Functions --- install-scripts/Global_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index ff846f3..65e6be3 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -31,7 +31,7 @@ install_package() { sudo apt-get install -y "$1" 2>&1 | tee -a "$LOG" # Making sure the package is installed if sudo dpkg -l | grep -q -w "$1" ; then - echo -e "\e[1A\e[K${OK} $1 was installed." + echo -e "\e[1A\e[K${OK} Package ${!YELLOW}$1${RESET} has been successfully installed!" else # Something is missing, exiting to review the log echo -e "\e[1A\e[K${ERROR} $1 failed to install :( , please check the install.log. You may need to install manually! Sorry, I have tried :("