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.
This commit is contained in:
Emil Engler 2020-11-26 21:34:13 +01:00
parent 50091592dd
commit 1d578c078f
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7
1 changed files with 1 additions and 0 deletions

View File

@ -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
```