diff --git a/build.sh b/build.sh index 351f017..f19b422 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install -y lsb-release -KERNEL_VERSION=6.6.47 -PKGREL=2 +KERNEL_VERSION=6.6.48 +PKGREL=1 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)