From d3ef2acb8c6fdff6aec5d532a41657b481bb7c4c Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 4 Aug 2022 09:39:42 -0400 Subject: [PATCH] Update unifi-install.sh --- setup/unifi-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/unifi-install.sh b/setup/unifi-install.sh index fa9277e3..f47cb3e3 100644 --- a/setup/unifi-install.sh +++ b/setup/unifi-install.sh @@ -96,7 +96,7 @@ msg_ok "Customized Container" fi msg_info "Cleaning up" -#apt-get autoremove >/dev/null -#apt-get autoclean >/dev/null +apt-get autoremove >/dev/null +apt-get autoclean >/dev/null rm -rf /var/{cache,log}/* /var/lib/apt/lists/* msg_ok "Cleaned"