Compare commits

..

3 Commits

Author SHA1 Message Date
Jaredy899
786e21d403
Merge 4d13e0cab4339ca3ea7b6aa77efd7d58ddc25b7f into e88020cff09f271af6361c43e60dbfdeaafb975a 2025-03-05 21:15:48 -05:00
Jaredy899
4d13e0cab4
Merge branch 'main' into zypper 2025-03-05 21:15:45 -05:00
Jaredy899
9e4f5e5daf
shellcheck 2025-03-05 21:14:55 -05:00

View File

@ -21,7 +21,8 @@ cleanup_system() {
;;
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -Sc --noconfirm
"$ESCALATION_TOOL" "$PACKAGER" -Rns "$(pacman -Qtdq)" --noconfirm > /dev/null || true
# shellcheck disable=2046
"$ESCALATION_TOOL" "$PACKAGER" -Rns $(pacman -Qtdq) --noconfirm > /dev/null || true
;;
apk)
"$ESCALATION_TOOL" "$PACKAGER" cache clean