Fixup Build dependency formatting

This commit is contained in:
SolidHal 2019-09-26 10:27:54 -07:00 committed by Hal Emmerich
parent 63aa66101b
commit 990c13d338

View File

@ -48,12 +48,9 @@ This is the only build enviroment that is supported.
These packages are required: These packages are required:
``` ```
apt install --no-install-recommends --no-install-suggests \ apt install --no-install-recommends --no-install-suggests parted cgpt git \
parted cgpt \ gawk device-tree-compiler vboot-kernel-utils gcc-arm-none-eabi u-boot-tools \
git gawk device-tree-compiler vboot-kernel-utils gcc-arm-none-eabi \ gcc make libc-dev wget g++ cmake binfmt-support qemu-user-static debootstrap \
u-boot-tools \
gcc make libc-dev wget g++ cmake \
binfmt-support qemu-user-static debootstrap \
lzip libssl-dev libncurses-dev flex bison sudo patch bc lzip libssl-dev libncurses-dev flex bison sudo patch bc
``` ```