Update chroot_build.sh

This commit is contained in:
Aditya Garg 2024-06-09 12:13:18 +05:30 committed by GitHub
parent 6dcc306084
commit 77ccd5842d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
dkms \
iwd \
apple-t2-audio-config \
dmg2img
dmg2img \
apple-firmware-script
echo >&2 "===]> Info: Change initramfs format (for grub)... "
sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"