From 9ada2ac442994fe6c118a58a2b8d6e1801493a3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:14:39 +0000 Subject: [PATCH] Update kernel to v6.10.7 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ca3ea15..abbdeb1 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install -y lsb-release -KERNEL_VERSION=6.10.6 +KERNEL_VERSION=6.10.7 PKGREL=1 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)