Skip to content

Commit

Permalink
Update chroot_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jun 9, 2024
1 parent abf8cde commit e05fa60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/chroot_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ echo >&2 "===]> Info: Install the T2 kernel... "
apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
linux-t2=KVER-PREL-${CODENAME}

echo >&2 "===]> Info: Install sound configuration... "
echo >&2 "===]> Info: Install sound configuration and Wi-Fi script... "

apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
apple-t2-audio-config
apple-t2-audio-config \
dmg2img \
apple-firmware-script

echo >&2 "===]> Info: Configure drivers... "

Expand Down

0 comments on commit e05fa60

Please sign in to comment.