diff --git a/install/nextcloudpi-install.sh b/install/nextcloudpi-install.sh index 24306f249..ca1871dd0 100644 --- a/install/nextcloudpi-install.sh +++ b/install/nextcloudpi-install.sh @@ -37,6 +37,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"