docs(setup): fix whitespace mismatch in host dependencies
Replaces spaces with tabs (bzip2).
This commit is contained in:
parent
efa497c69b
commit
6f3a2529ae
1 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ sudo apt install -y \
|
|||
autoconf \
|
||||
automake \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
bzip2 \
|
||||
ccache \
|
||||
device-tree-compiler \
|
||||
dfu-util \
|
||||
|
@ -95,7 +95,7 @@ sudo apt install -y \
|
|||
autoconf \
|
||||
automake \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
bzip2 \
|
||||
ccache \
|
||||
device-tree-compiler \
|
||||
dfu-util \
|
||||
|
@ -135,7 +135,7 @@ sudo dnf install -y \
|
|||
wget \
|
||||
autoconf \
|
||||
automake \
|
||||
bzip2 \
|
||||
bzip2 \
|
||||
ccache \
|
||||
dtc \
|
||||
dfu-util \
|
||||
|
|
Loading…
Reference in a new issue