[docs] Add bzip to deps

This commit is contained in:
crd 2020-08-22 09:29:23 -07:00
parent 760de7d3c6
commit 0c255aee84

View file

@ -52,6 +52,7 @@ sudo apt install -y \
autoconf \ autoconf \
automake \ automake \
build-essential \ build-essential \
bzip2 \
ccache \ ccache \
device-tree-compiler \ device-tree-compiler \
dfu-util \ dfu-util \
@ -91,6 +92,7 @@ sudo apt install -y \
autoconf \ autoconf \
automake \ automake \
build-essential \ build-essential \
bzip2 \
ccache \ ccache \
device-tree-compiler \ device-tree-compiler \
dfu-util \ dfu-util \
@ -130,6 +132,7 @@ sudo dnf install -y \
wget \ wget \
autoconf \ autoconf \
automake \ automake \
bzip2 \
ccache \ ccache \
dtc \ dtc \
dfu-util \ dfu-util \