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