Skip to content

Commit

Permalink
Fix zypper cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Jan 12, 2025
1 parent d91a44e commit b7b6d25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/tabs/system-setup/system-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7b6d25

Please sign in to comment.