Fix zypper cleanup

This commit is contained in:
Jaredy899 2025-01-11 23:32:42 -05:00 committed by GitHub
parent d91a44efab
commit b7b6d25d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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