From 3a74cb5cdcafdb0953cdf2831fb78f281263ad39 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 10 Oct 2025 22:55:06 -0400 Subject: [PATCH] update the sanitize script. --- root/sanitize.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/sanitize.sh b/root/sanitize.sh index a00262d..3171ebb 100644 --- a/root/sanitize.sh +++ b/root/sanitize.sh @@ -13,10 +13,12 @@ pacman -Scc --noconfirm rm -rfv /home/stormux/.cache/yay # Remove files but keep directory structure +find /home/stormux/Logs -type f -delete find /home/stormux/Roms -type f -delete # Remove All except parent directory find /home/stormux/Downloads -mindepth 1 -delete +find /home/stormux/Library -mindepth 1 -delete find /home/stormux/Music -mindepth 1 -delete rm -fv /home/stormux/.config/stormux/*.conf