From 5863e14ba5697b1416ddaca4efab4a42acdfb828 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:12:56 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index b28d8cd..cf2feb9 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -101,8 +101,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" gcc \ dkms \ iwd \ - apple-t2-audio-config \ - t2-kernel-script + apple-t2-audio-config echo >&2 "===]> Info: Change initramfs format (for grub)... " sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"