Merge pull request #121 from cdarwin/crd/120/bzip-dep
[docs] Add bzip to deps
This commit is contained in:
commit
6225bcd73d
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue