From f4fca449fdd77f1d90f49081542497905154f9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:37:11 +0000 Subject: [PATCH] Update kernel to v6.12.1-xanmod2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6743f01..cfadaee 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ apt-get update apt-get install -y lsb-release KERNEL_VERSION=6.12.1 -PKGREL=xanmod1 +PKGREL=xanmod2 CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs) #KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git