Update kernel 5.7.19

This commit is contained in:
marcosfad 2020-08-29 13:58:17 +02:00
parent 209553c995
commit 249a6d07c4
2 changed files with 2 additions and 2 deletions

View File

@ -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)

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