From 5b393a9a0cfe9a8600db05784b62303aa9547efa Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:49:11 +0200 Subject: [PATCH] Update viseron-install.sh --- install/viseron-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/viseron-install.sh b/install/viseron-install.sh index d282f284..2aa3f21f 100644 --- a/install/viseron-install.sh +++ b/install/viseron-install.sh @@ -187,6 +187,6 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get autoremove -$STD apt-get autoclean +$STD apt -y autoremove +$STD apt -y autoclean msg_ok "Cleaned"