Update kernel 5.6.13

This commit is contained in:
marcosfad 2020-05-14 11:40:03 +02:00
parent 0ac9dd984a
commit 542192ec01
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.11-mbp
KERNEL_VERSION=5.6.13-mbp
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"