1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

Update grocy-install.sh

This commit is contained in:
tteckster 2022-07-21 22:01:22 -04:00 committed by GitHub
parent 5569dfd040
commit 56b433b366
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"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/cache/* /var/lib/apt/lists/* /root/latest
rm -rf /var/cache/* /var/lib/apt/lists/* /var/log/!(apache2) /root/latest
msg_ok "Cleaned"