From 461f1164a1fa11047813046196b67d260ff62f8e Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 23 Jan 2025 12:27:41 +0100 Subject: [PATCH] remove work folder on kde after finished running --- progrs-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/progrs-update.sh b/progrs-update.sh index 974e5ad..05551d6 100644 --- a/progrs-update.sh +++ b/progrs-update.sh @@ -33,6 +33,7 @@ if [[ "$desktop" == GNOME ]]; then curl -Ls https://links.rp1.hu/3progs -o /home/$USER/.progs/3progs.sh cd content rsync -ap --info=progress2 content/. /home/$USER/.progs/ + rm -rf cosmetics echo ${bold}${yellow}KDE Program Pkg Updated successfully!${normal} fi