shellcheck

This commit is contained in:
Jaredy899 2025-03-05 21:14:55 -05:00 committed by GitHub
parent b7b6d25d1a
commit 9e4f5e5daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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