Update kernel 5.7.17

This commit is contained in:
marcosfad 2020-08-29 11:46:55 +02:00
parent 26e8e6b32c
commit 209553c995
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.7.15
KERNEL_VERSION=5.7.17
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"