This commit is contained in:
RP1 2025-01-24 17:28:20 +01:00
parent 40312dbde5
commit f407ba5384

View file

@ -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