forked from RP1/RaveOS-arch
fix
This commit is contained in:
parent
40312dbde5
commit
f407ba5384
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue