Update kernel 5.6.19

This commit is contained in:
marcosfad 2020-06-20 22:25:24 +02:00
parent 3ba94cc850
commit c0a929ef5a
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.17-mbp
KERNEL_VERSION=5.6.19-mbp
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"