summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcrd <darwin@senet.us>2020-08-22 09:29:23 -0700
committercrd <darwin@senet.us>2020-08-22 09:29:23 -0700
commit0c255aee84155405741ba8fa0c81c6d711106033 (patch)
tree3b4dbf8ba6d171f3ae59301ed3fa981700d3bde5 /docs
parent760de7d3c68ac757ed789f3e3ffd45c4484ad333 (diff)
[docs] Add bzip to deps
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 6e893b3..fae0aa0 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -52,6 +52,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
+ bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@@ -91,6 +92,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
+ bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@@ -130,6 +132,7 @@ sudo dnf install -y \
wget \
autoconf \
automake \
+ bzip2 \
ccache \
dtc \
dfu-util \