Update grocy-install.sh

This commit is contained in:
tteckster 2022-07-21 19:12:48 -04:00 committed by GitHub
parent 24973788d8
commit d49eb76efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,5 +114,5 @@ msg_ok "Customized Container"
msg_info "Cleaning up"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/latest
rm -rf /root/latest
msg_ok "Cleaned"