missclick :(

This commit is contained in:
Adam Perkowski 2024-10-03 00:14:06 +02:00
parent 05d869ef74
commit a911fe1c16
No known key found for this signature in database
GPG Key ID: 7CBDB58ECF1D3478

View File

@ -24,7 +24,7 @@ cleanup_system() {
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -Sc --noconfirm
# -Rns will return 1 if there are no packages provided
"$PACKAGER" -Qtdq | "$ESCALATION_TOOL" "$PACKAGER" -Rns --noconfirm -- &> /dev/null 2>&1 || true
"$PACKAGER" -Qtdq | "$ESCALATION_TOOL" "$PACKAGER" -Rns --noconfirm - > /dev/null 2>&1 || true
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"