diff --git a/files/chroot_build.sh b/files/chroot_build.sh index e1a908b..ca27df8 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -66,8 +66,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" grub2 \ nautilus-admin -curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/v6.2.12-1/linux-headers-6.2.12-${ALTERNATIVE}_6.2.12-1_amd64.deb > /tmp/headers.deb -curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/v6.2.12-1/linux-image-6.2.12-${ALTERNATIVE}_6.2.12-1_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