From 155e880693e94517c64381dff12831e904949067 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:22:45 +0200 Subject: [PATCH] Update dispatcharr-install.sh --- install/dispatcharr-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/dispatcharr-install.sh b/install/dispatcharr-install.sh index 6f0da56e..cf7b5d63 100644 --- a/install/dispatcharr-install.sh +++ b/install/dispatcharr-install.sh @@ -209,6 +209,7 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean +$STD apt -y autoremove +$STD apt -y autoclean +$STD apt -y clean msg_ok "Cleaned"