Update build.sh

This commit is contained in:
AdityaGarg8 2021-12-07 08:50:59 +05:30 committed by GitHub
parent 9795cbc388
commit 82fb7f605e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ROOT_PATH=$(pwd)
WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
KERNEL_VERSION=5.15.3
KERNEL_VERSION=5.15.6
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"