Update build.sh

This commit is contained in:
Aditya Garg 2022-01-12 18:34:53 +05:30 committed by GitHub
parent 783bdeb5c8
commit da73152bae
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.12
KERNEL_VERSION=5.16
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"