Update build.sh

This commit is contained in:
Aditya Garg 2022-01-06 13:48:16 +05:30 committed by GitHub
parent a8e5ffd214
commit f4216cfea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.11
KERNEL_VERSION=5.15.12
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"