diff --git a/README.md b/README.md index 606300d..5de12eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mbp-ubuntu -The ISO in from this repo should allow you to install ubuntu without using an external keyboard or mouse on a MacBook Pro. It work in my MacBook Pro 16,1. +The ISO in from this repo should allow you to install ubuntu without using an external keyboard or mouse on a MacBook Pro. It work in my MacBook with T2. [![Build Status](https://travis-ci.com/marcosfad/mbp-ubuntu.svg?branch=master)](https://travis-ci.com/marcosfad/mbp-ubuntu) diff --git a/build.sh b/build.sh index 65faf9d..24f7dbf 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.17 +KERNEL_VERSION=5.7.19 if [ -d "$WORKING_PATH" ]; then rm -rf "$WORKING_PATH"