Update kernel 5.7.15

This commit is contained in:
marcosfad 2020-08-11 14:11:01 +02:00
parent 8f8b3428d9
commit 26e8e6b32c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ So, here is a list, with what I know through discord members:
MBP | mbp | mbp-alt
--- | --- | ---
16,1| :x: |
16,1| :x: | :x:
15,4| | :x:
If your mbp is not listed, please try both version and tell me which one is working for you on the issue [Blank screen](https://github.com/marcosfad/mbp-ubuntu/issues/7)

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.7.9
KERNEL_VERSION=5.7.15
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"