From f407ba5384466030b901732d45184275b6e996a2 Mon Sep 17 00:00:00 2001 From: RP1 Date: Fri, 24 Jan 2025 17:28:20 +0100 Subject: [PATCH] fix --- progrs-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progrs-update.sh b/progrs-update.sh index 0c69330..961dde1 100644 --- a/progrs-update.sh +++ b/progrs-update.sh @@ -11,7 +11,7 @@ yellow=$(tput setaf 3) # ${yellow} desktop=$XDG_CURRENT_DESKTOP if [[ "$desktop" == GNOME ]]; then - ${bold}${yellow}echo GNOME Detected - Updating GNOME Program Pkg${normal} + echo ${bold}${yellow}GNOME Detected - Updating GNOME Program Pkg${normal} mkdir cosmetics cd cosmetics @@ -24,7 +24,7 @@ if [[ "$desktop" == GNOME ]]; then echo ${bold}${yellow}GNOME Program Pkg Updated successfully!${normal} else - ${bold}${yellow}echo KDE Detected - Updating KDE Program Pkg${normal} + echo ${bold}${yellow}KDE Detected - Updating KDE Program Pkg${normal} mkdir cosmetics cd cosmetics