Skip to content

Commit 060965b

Browse files
Update kernel to v6.19.9
1 parent f111ff0 commit 060965b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.19.8
13-
PKGREL=2
12+
KERNEL_VERSION=6.19.9
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)