Update kernel 5.6.15

This commit is contained in:
marcosfad 2020-06-03 17:11:52 +02:00
parent 68f147ff84
commit 3b7f9b171a
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=5.4.0-29-generic
KERNEL_VERSION=5.6.14-mbp
KERNEL_VERSION=5.6.15-mbp
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"