From d1e1104211bb46ffe20d62ab07f5c4afe27bf9b1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:03:09 +0100 Subject: [PATCH] add apt-clean --- install/ghost-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ghost-install.sh b/install/ghost-install.sh index df18c9ce2..39960ab02 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -60,4 +60,5 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean +$STD apt-get -y clean msg_ok "Cleaned"