From f422c1be3ebafda2f8a50e8eb0f6c8c35f835c54 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 25 Sep 2025 11:05:52 +0200 Subject: [PATCH] Update GoAway --- install/goaway-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/goaway-install.sh b/install/goaway-install.sh index 66e49564..817e5754 100644 --- a/install/goaway-install.sh +++ b/install/goaway-install.sh @@ -52,6 +52,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"