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"