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:
Managor
2024-05-11 10:27:17 +03:00
committed by GitHub
parent be656e4318
commit d0fa59e6c1

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