1
0
Fork 0
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:
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

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