added noconfirm flag to yay

This commit is contained in:
Thies Lennart Alff 2023-08-16 15:27:00 +02:00
parent 3b163629e0
commit b493a17e69

View file

@ -6,7 +6,7 @@ grep -v "^#" pkglist.txt | sudo pacman -S --needed -
~~~ ~~~
``` bash ``` bash
grep -v "^#" pkglist_aur.txt | yay -S --needed - grep -v "^#" pkglist_aur.txt | yay -S --needed --noconfirm -
``` ```
## IBus Configuration ## IBus Configuration