From 26e8e6b32cac0b6bb9800a0fd20391ac51890d4b Mon Sep 17 00:00:00 2001 From: marcosfad Date: Tue, 11 Aug 2020 14:11:01 +0200 Subject: [PATCH] Update kernel 5.7.15 --- README.md | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72f2653..606300d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/build.sh b/build.sh index 9ac3fd9..0cf03d8 100755 --- a/build.sh +++ b/build.sh @@ -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"