Skip to content

Commit 1d578c0

Browse files
committed
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.
1 parent 5009159 commit 1d578c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build-openbsd.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pkg_add qt5 # (optional for enabling the GUI)
1515
pkg_add autoconf # (select highest version, e.g. 2.69)
1616
pkg_add automake # (select highest version, e.g. 1.16)
1717
pkg_add python # (select highest version, e.g. 3.8)
18+
pkg_add bash
1819

1920
git clone https://github.com/bitcoin/bitcoin.git
2021
```

0 commit comments

Comments
 (0)