From 0eb6e0decc1755f42b62990d7731db4785ad6b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Tue, 3 Sep 2024 08:54:11 -0400 Subject: [PATCH] Pass -y argument to apt-get cleanup commands --- install/collabora-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/collabora-install.sh b/install/collabora-install.sh index c45bc9e4..df32d660 100644 --- a/install/collabora-install.sh +++ b/install/collabora-install.sh @@ -41,8 +41,8 @@ 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" echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"