Skip to content

Commit

Permalink
Update kernel to 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyonLi committed Jul 23, 2024
1 parent b971632 commit fcabb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#/bin/bash

DIST=bookworm
K_IMAGE_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.6.41-1/Image.gz"
K_IMAGE_DEB_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.6.41-1/linux-image-6.6.41-msm8916-gc7719930cb3f_6.6.41-gc7719930cb3f-1_arm64.deb"
K_HEADERS_DEB_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.6.41-1/linux-headers-6.6.41-msm8916-gc7719930cb3f_6.6.41-gc7719930cb3f-1_arm64.deb"
K_IMAGE_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.10.0-1/Image.gz"
K_IMAGE_DEB_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.10.0-1/linux-image-6.10.0-gb7e4049f0eb1_6.10.0-gb7e4049f0eb1-1_arm64.deb"
K_HEADERS_DEB_URL="https://github.com/KyonLi/ufi003-kernel/releases/download/6.10.0-1/linux-headers-6.10.0-gb7e4049f0eb1_6.10.0-gb7e4049f0eb1-1_arm64.deb"
UUID=62ae670d-01b7-4c7d-8e72-60bcd00410b7

if [ `id -u` -ne 0 ]
Expand Down

0 comments on commit fcabb8f

Please sign in to comment.