diff --git a/build.sh b/build.sh index 00e1aa4..4216640 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ apt-get update apt-get install -y lsb-release KERNEL_VERSION=6.6.68 -PKGREL=1 +PKGREL=2 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)