Update kernel to v7.0.2

This commit is contained in:
github-actions[bot]
2026-04-28 02:12:14 +00:00
parent 5ce8954aed
commit 6de3328bc6
+1 -1
View File
@@ -9,7 +9,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y lsb-release
KERNEL_VERSION=7.0.1
KERNEL_VERSION=7.0.2
PKGREL=1
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)