Update system-cleanup.sh

This commit is contained in:
Angelos Giannourakos 2024-09-30 09:51:05 +03:00 committed by GitHub
parent 53f26e88dc
commit 3b86a5977d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ cleanup_system() {
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" clean
"$ESCALATION_TOOL" "$PACKAGER" autoremove -y
"$ESCALATION_TOOL" "apt-get" autoclean
"$ESCALATION_TOOL" du -h /var/cache/apt
"$ESCALATION_TOOL" "$PACKAGER" clean
;;