From 249a6d07c4d433c5975025f0d3769250412da9d4 Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sat, 29 Aug 2020 13:58:17 +0200 Subject: [PATCH] Update kernel 5.7.19 --- README.md | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"