From aefa0fabd968da4dbd1683b6f84b072568850883 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:03:21 +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 bf39e61..704c314 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -69,8 +69,8 @@ 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/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-headers-KVER-t2_KVER-PREL_amd64.deb > /tmp/headers.deb -curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-image-KVER-t2_KVER-PREL_amd64.deb > /tmp/image.deb +curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-headers-KVER-${ALTERNATIVE}_KVER-PREL_amd64.deb > /tmp/headers.deb +curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-image-KVER-${ALTERNATIVE}_KVER-PREL_amd64.deb > /tmp/image.deb file /tmp/* apt install /tmp/headers.deb /tmp/image.deb