aur: add another automation option (#12774)

* aur: add another automation option

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/28/head
Managor 2024-05-11 10:27:17 +03:00 committed by GitHub
parent be656e4318
commit d0fa59e6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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}}`