1
0
Fork 0

Align code

This commit is contained in:
Braiden Vasco 2017-07-05 08:11:01 +00:00
parent 10e4456913
commit d2524e2470

View file

@ -212,15 +212,15 @@ apply_patches '01-no-root-login.diff'
# Maybe some can be safely removed.
#
on_chroot << EOF
apt-get install -y \
raspberrypi-kernel \
apt-get install -y \
raspberrypi-kernel \
raspberrypi-kernel-headers \
raspberrypi-bootloader \
libraspberrypi-bin \
libraspberrypi0 \
libraspberrypi-dev \
libraspberrypi-doc \
raspberrypi-sys-mods \
raspberrypi-bootloader \
libraspberrypi-bin \
libraspberrypi0 \
libraspberrypi-dev \
libraspberrypi-doc \
raspberrypi-sys-mods \
raspi-copies-and-fills
EOF