Pass -y argument to apt-get cleanup commands

pull/3648/head
Rémi Bédard-Couture 11 months ago
parent bf7aa01d76
commit 0eb6e0decc
  1. 4
      install/collabora-install.sh

@ -41,8 +41,8 @@ motd_ssh
customize customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get autoremove $STD apt-get -y autoremove
$STD apt-get autoclean $STD apt-get -y autoclean
msg_ok "Cleaned" 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}" 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}"

Loading…
Cancel
Save