From f5ceaccd6dfdb3118cc81938ba30e259b198e659 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 2 May 2024 12:37:15 -0400 Subject: [PATCH] Update nextcloudpi-install.sh tweak --- install/nextcloudpi-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/nextcloudpi-install.sh b/install/nextcloudpi-install.sh index 24306f24..ca1871dd 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"