1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-04 20:59:52 +00:00
parent cdbc7f59ac
commit ab76a38db6

View file

@ -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
##