From 6beb9cabb551122cc43e894164d143b59249ddc8 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:50:57 +0530 Subject: [PATCH] 5.15.12 --- files/chroot_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 2d2869b..c6c30e0 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -68,9 +68,9 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" # This is not ideal, but it should work until the apt repo gets updated. -curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/5.15.11-txcap-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/5.15.11-txcap-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/5.15.11-txcap-ubuntu/iso-firmware.deb > /tmp/firmware.deb +curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.15.12-1/linux-headers-5.15.12-t2_5.15.12-1_amd64.deb > /tmp/headers.deb +curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.15.12-1/linux-image-5.15.12-t2_5.15.12-1_amd64.deb > /tmp/image.deb +curl -L https://cdn.discordapp.com/attachments/706581810745966653/926729551558639646/iso-firmware.deb > /tmp/firmware.deb file /tmp/* apt install /tmp/headers.deb /tmp/image.deb /tmp/firmware.deb