Skip to content

Commit 4a00b6f

Browse files
Update kernel to v6.17.2
1 parent 9cf83b2 commit 4a00b6f

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.17.1
13-
PKGREL=3
12+
KERNEL_VERSION=6.17.2
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)