Update grocy-install.sh

This commit is contained in:
tteckster 2022-07-21 22:14:24 -04:00 committed by GitHub
parent 56b433b366
commit eef478d055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,5 +119,5 @@ msg_ok "Customized Container"
msg_info "Cleaning up" msg_info "Cleaning up"
apt-get autoremove >/dev/null apt-get autoremove >/dev/null
apt-get autoclean >/dev/null apt-get autoclean >/dev/null
rm -rf /var/cache/* /var/lib/apt/lists/* /var/log/!(apache2) /root/latest rm -rf /var/cache/* /root/latest
msg_ok "Cleaned" msg_ok "Cleaned"