forked from RP1/RaveOS-arch
remove work folder on kde after finished running
This commit is contained in:
parent
877c43fdd6
commit
461f1164a1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ if [[ "$desktop" == GNOME ]]; then
|
||||||
curl -Ls https://links.rp1.hu/3progs -o /home/$USER/.progs/3progs.sh
|
curl -Ls https://links.rp1.hu/3progs -o /home/$USER/.progs/3progs.sh
|
||||||
cd content
|
cd content
|
||||||
rsync -ap --info=progress2 content/. /home/$USER/.progs/
|
rsync -ap --info=progress2 content/. /home/$USER/.progs/
|
||||||
|
rm -rf cosmetics
|
||||||
echo ${bold}${yellow}KDE Program Pkg Updated successfully!${normal}
|
echo ${bold}${yellow}KDE Program Pkg Updated successfully!${normal}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue