noconfirm

This commit is contained in:
Josh Thomas 2025-07-01 23:43:55 -05:00
parent 82eb83809a
commit 62ccfc445d

View file

@ -8,7 +8,7 @@ paccache -r -k 2 2>/dev/null || true
# Remove orphan packages
orphans=$(yay -Qtdq) || true
if [[ -n "$orphans" ]]; then
echo "$orphans" | yay -Rns -
echo "$orphans" | yay -Rns --noconfirm -
fi
# Update mlocate database