docs(meta): We depend on jq

This commit is contained in:
hygienic-books 2023-10-26 02:21:53 +02:00
parent 5e2393751e
commit 31c415e93f
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Arch Linux pacman hook to automatically recreate syslinux and MBR after updates
Get started like so:
1. Install dependency `rsync`
1. Install dependencies `jq` and `rsync`
1. Clone repo into arbitrary path `<repo>`
1. Make `pacman-zbm-syslinux-regen.sh` executable
```

View File

@ -7,5 +7,6 @@ Target = syslinux
Description = Regen syslinux and MBR
When = PostTransaction
Exec = /usr/local/bin/pacman-zbm-syslinux-regen
Depends = jq
Depends = rsync
AbortOnFail