Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-25 00:14:24 +00:00
parent 40892cc890
commit d1f45d718c
8 changed files with 68 additions and 17 deletions

View File

@@ -8,6 +8,10 @@ source: https://github.com/tldr-pages/tldr.git
> Package database maintenance utility which enables installation of said package via Pacman.
> More information: <https://man.archlinux.org/man/repo-add>.
- Create an empty repository:
`repo-add {{path/to/database.db.tar.gz}}`
- Add all package binaries in the current directory and remove the old database file:
`repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}`