1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-05 08:17:46 +00:00
parent 5264e2a494
commit 58d3ae2b47

View file

@ -281,7 +281,6 @@ apt-get install -y \
psmisc \
module-init-tools \
ed \
crda \
debconf-utils \
parted \
unzip \
@ -310,7 +309,7 @@ apply_patches '06-path.diff'
# Wi-Fi firmware and tools.
#
on_chroot << EOF
apt-get install -y wpasupplicant wireless-tools
apt-get install -y wpasupplicant wireless-tools crda
EOF
##