Kernel: Update to 5.9.6

This commit is contained in:
marcosfad 2020-11-11 15:03:14 +01:00
parent fbad63c0e1
commit 4b01e2de56
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.13
KERNEL_VERSION=5.9.6
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"