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"