added noconfirm flag to yay
This commit is contained in:
parent
3b163629e0
commit
b493a17e69
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ grep -v "^#" pkglist.txt | sudo pacman -S --needed -
|
|||
~~~
|
||||
|
||||
``` bash
|
||||
grep -v "^#" pkglist_aur.txt | yay -S --needed -
|
||||
grep -v "^#" pkglist_aur.txt | yay -S --needed --noconfirm -
|
||||
```
|
||||
|
||||
## IBus Configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue