This commit is contained in:
github-actions[bot] 2023-12-21 09:44:28 +00:00
parent e99269d7a0
commit 0fc0bf3810
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
KERNEL_VERSION=6.6.7
PKGREL=1
PKGREL=3
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh