From 156a9af7e4351fc7821637d0bf33029da7d86bb0 Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Sun, 21 Nov 2021 10:34:01 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 895624a..223fb47 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -73,8 +73,8 @@ curl -L https://github.com/AdityaGarg8/T2-Big-Sur-Ubuntu-Kernel/releases/downloa file /tmp/* apt install /tmp/headers-bs.deb /tmp/image-bs.deb -curl -L "https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v${KERNEL_VERSION}-1/linux-headers-${KERNEL_VERSION}-t2-mojave_${KERNEL_VERSION}-1_amd64.deb" > /tmp/headers-m.deb -curl -L "https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v${KERNEL_VERSION}-1/linux-image-${KERNEL_VERSION}-t2-mojave_${KERNEL_VERSION}-1_amd64.deb" > /tmp/image-m.deb +curl -L https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v5.15.3-1/linux-headers-5.15.3-t2-mojave_5.15.3-1_amd64.deb" > /tmp/headers-m.deb +curl -L https://github.com/AdityaGarg8/T2-Mojave-Ubuntu-Kernel/releases/download/v5.15.3-1/linux-image-5.15.3-t2-mojave_5.15.3-1_amd64.deb" > /tmp/image-m.deb file /tmp/* apt install /tmp/headers-m.deb /tmp/image-m.deb