Fix code style
This commit is contained in:
parent
cdbc7f59ac
commit
ab76a38db6
1 changed files with 2 additions and 6 deletions
8
build.sh
8
build.sh
|
@ -188,9 +188,7 @@ EOF
|
|||
# Common system configuration.
|
||||
#
|
||||
on_chroot << EOF
|
||||
apt-get install -y \
|
||||
raspberrypi-bootloader \
|
||||
ssh
|
||||
apt-get install -y raspberrypi-bootloader ssh
|
||||
EOF
|
||||
|
||||
install -m 644 files/cmdline.txt "$ROOTFS_DIR/boot"
|
||||
|
@ -285,9 +283,7 @@ EOF
|
|||
# Wi-Fi firmware and tools.
|
||||
#
|
||||
on_chroot << EOF
|
||||
apt-get install -y \
|
||||
wpasupplicant \
|
||||
wireless-tools
|
||||
apt-get install -y wpasupplicant wireless-tools
|
||||
EOF
|
||||
|
||||
##
|
||||
|
|
Reference in a new issue