Skip to content

Commit 34f32b5

Browse files
authored
Update kernel to v6.12.53
1 parent ca4b7b2 commit 34f32b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive
99
apt-get update
1010
apt-get install -y lsb-release
1111

12-
KERNEL_VERSION=6.12.52
13-
PKGREL=2
12+
KERNEL_VERSION=6.12.53
13+
PKGREL=1
1414
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
1515
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
1616

0 commit comments

Comments
 (0)