Update kernel to v7.1.8

This commit is contained in:
github-actions[bot]
2026-08-10 01:09:37 +00:00
parent 7326d4e766
commit 11be154e79
+2 -2
View File
@@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y lsb-release
KERNEL_VERSION=7.1.7
PKGREL=2
KERNEL_VERSION=7.1.8
PKGREL=1
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)