From 6e3a7492945332da7529b0e13c08a6c5d09a4050 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:45:15 +0000 Subject: [PATCH] Update kernel to v6.13.1 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 199a19d..1463d4c 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install -y lsb-release -KERNEL_VERSION=6.13 -PKGREL=2 +KERNEL_VERSION=6.13.1 +PKGREL=1 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)