From 45637aa8af4dbfc610c54f05a7064b6dfd7badcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 00:34:46 +0000 Subject: [PATCH] Update kernel to v6.6.69-xanmod1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3d2eed8..c178f7b 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.6.68 +KERNEL_VERSION=6.6.69 PKGREL=xanmod1 CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)