This commit is contained in:
github-actions[bot] 2024-07-27 10:56:32 +00:00
parent 04816b830c
commit e32defc5f5

View File

@ -5,8 +5,8 @@ ROOT_PATH=$(pwd)
WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
KERNEL_VERSION=6.9.7
PKGREL=4
KERNEL_VERSION=6.9.9
PKGREL=1
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh