docs(meta): We depend on jq
This commit is contained in:
parent
5e2393751e
commit
31c415e93f
@ -6,7 +6,7 @@ Arch Linux pacman hook to automatically recreate syslinux and MBR after updates
|
|||||||
|
|
||||||
Get started like so:
|
Get started like so:
|
||||||
|
|
||||||
1. Install dependency `rsync`
|
1. Install dependencies `jq` and `rsync`
|
||||||
1. Clone repo into arbitrary path `<repo>`
|
1. Clone repo into arbitrary path `<repo>`
|
||||||
1. Make `pacman-zbm-syslinux-regen.sh` executable
|
1. Make `pacman-zbm-syslinux-regen.sh` executable
|
||||||
```
|
```
|
||||||
|
@ -7,5 +7,6 @@ Target = syslinux
|
|||||||
Description = Regen syslinux and MBR
|
Description = Regen syslinux and MBR
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/local/bin/pacman-zbm-syslinux-regen
|
Exec = /usr/local/bin/pacman-zbm-syslinux-regen
|
||||||
|
Depends = jq
|
||||||
Depends = rsync
|
Depends = rsync
|
||||||
AbortOnFail
|
AbortOnFail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user