Update kernel 5.6.16

This commit is contained in:
marcosfad 2020-06-03 17:13:29 +02:00
parent 3b7f9b171a
commit be741e8745
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.15-mbp
KERNEL_VERSION=5.6.16-mbp
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"