mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
aur: add another automation option (#12774)
* aur: add another automation option --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
be656e4318
commit
d0fa59e6c1
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@
|
|||
|
||||
`aur sync --upgrades`
|
||||
|
||||
- Install a package without viewing changes in Vim:
|
||||
- Install a package without viewing changes in Vim and do not confirm dependency installation:
|
||||
|
||||
`aur sync --noview {{package}}`
|
||||
`aur sync --noview --noconfirm {{package}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue