Kernel: Update to 5.8.13

This commit is contained in:
marcosfad 2020-10-04 17:03:44 +02:00
parent ceb3d920ee
commit af58db08b1
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.8.5
KERNEL_VERSION=5.8.13
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"