Compare commits

...

2 Commits

Author SHA1 Message Date
Jaredy899
7e2930279a
Merge b7b6d25d1a3c446d595a6639b0551821500e7184 into e88020cff09f271af6361c43e60dbfdeaafb975a 2025-02-28 18:32:23 -05:00
Jaredy899
b7b6d25d1a
Fix zypper cleanup 2025-01-11 23:32:42 -05:00

View File

@ -12,9 +12,8 @@ cleanup_system() {
"$ESCALATION_TOOL" du -h /var/cache/apt
;;
zypper)
"$ESCALATION_TOOL" "$PACKAGER" clean -a
"$ESCALATION_TOOL" "$PACKAGER" tidy
"$ESCALATION_TOOL" "$PACKAGER" cc -a
"$ESCALATION_TOOL" "$PACKAGER" clean --all
"$ESCALATION_TOOL" "$PACKAGER" packages --unneeded
;;
dnf)
"$ESCALATION_TOOL" "$PACKAGER" clean all