mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-08-04 18:18:13 +00:00
noconfirm
This commit is contained in:
parent
82eb83809a
commit
62ccfc445d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue