diff --git a/images/linux/scripts/installers/cleanup.sh b/images/linux/scripts/installers/cleanup.sh index 93be919bd..8120144f9 100644 --- a/images/linux/scripts/installers/cleanup.sh +++ b/images/linux/scripts/installers/cleanup.sh @@ -7,6 +7,7 @@ before=$(df / -Pm | awk 'NR==2{print $4}') # It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial apt-get clean rm -rf /tmp/* +rm -rf /root/.cache # journalctl if command -v journalctl; then