mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
yay: add --noconfirm (#16198)
This commit is contained in:
parent
46eb12af31
commit
e866956d57
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
|||
|
||||
`yay -Sua`
|
||||
|
||||
- Install a new package from the repos and AUR:
|
||||
- Install a new package from the repos and AUR and do not ask to confirm transactions:
|
||||
|
||||
`yay -S {{package}}`
|
||||
`yay -S {{package}} --noconfirm`
|
||||
|
||||
- Remove an installed package and both its dependencies and configuration files:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue