Compare commits

...

5 Commits

Author SHA1 Message Date
Angelos Giannourakos
ed154c689a
Merge 7ee953649c into 79eb752552 2024-10-09 13:19:12 +02:00
Angelos Giannourakos
7ee953649c
Update system-cleanup.sh 2024-09-30 10:51:33 +03:00
Angelos Giannourakos
ade17e3151
Update system-cleanup.sh 2024-09-30 10:08:40 +03:00
Angelos Giannourakos
3b86a5977d
Update system-cleanup.sh 2024-09-30 09:51:05 +03:00
AngelosGian
53f26e88dc Removing autoclean for apt | nala
Removing autoclean command for apt | nala because there is no such command on debian especially for nala
2024-09-29 13:03:59 +03:00

View File

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