doc: Add bash as an OpenBSD dependency

If we require Python for the test framework, we should also require
bash. It is required for the linters and other scripts and does not
comes in a default OpenBSD installation.
pull/679/head
Emil Engler 4 years ago
parent 50091592dd
commit 1d578c078f
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7

@ -15,6 +15,7 @@ pkg_add qt5 # (optional for enabling the GUI)
pkg_add autoconf # (select highest version, e.g. 2.69)
pkg_add automake # (select highest version, e.g. 1.16)
pkg_add python # (select highest version, e.g. 3.8)
pkg_add bash
git clone https://github.com/bitcoin/bitcoin.git
```

Loading…
Cancel
Save