From d8c38c40c8262ebc5efaf1f5c3717bf6c0b27b98 Mon Sep 17 00:00:00 2001 From: barremian Date: Thu, 30 May 2024 05:57:55 +0200 Subject: [PATCH] lxc-forgejo: Enable --yes for 'apt-get' cleanup commands --- install/forgejo-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh index 7dda1168..b3bec0e5 100644 --- a/install/forgejo-install.sh +++ b/install/forgejo-install.sh @@ -64,6 +64,6 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get autoremove -$STD apt-get autoclean +$STD apt-get -y autoremove +$STD apt-get -y autoclean msg_ok "Cleaned"