1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:35:53 +02:00

aur: add automation example (#12695)

* aur: add automation example

* Update pages/linux/aur.md

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
Managor 2024-04-30 06:20:17 +03:00 committed by GitHub
parent 50d5df143a
commit 2c03129895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,3 +19,7 @@
- [u]pgrade local repository packages:
`aur sync --upgrades`
- Install a package without viewing changes in Vim:
`aur sync --noview {{package}}`