From ecd2c1e77380453391e18c956ae0d1bb35202c87 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 25 Dec 2021 09:27:32 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 2c40e3e..ddbc612 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -70,7 +70,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/linux-headers-5.15.11-t2_5.15.11-1_amd64.deb > /tmp/headers.deb curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/linux-image-5.15.11-t2_5.15.11-1_amd64.deb > /tmp/image.deb -curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/firmware.deb > /tmp/firmware.deb +curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/iso-firmware.deb > /tmp/firmware.deb file /tmp/* apt install /tmp/headers.deb /tmp/image.deb /tmp/firmware.deb