Skip to content

Commit 249a6d0

Browse files
committed
Update kernel 5.7.19
1 parent 209553c commit 249a6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mbp-ubuntu
22

3-
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.
3+
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.
44

55
[![Build Status](https://travis-ci.com/marcosfad/mbp-ubuntu.svg?branch=master)](https://travis-ci.com/marcosfad/mbp-ubuntu)
66

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ROOT_PATH=$(pwd)
55
WORKING_PATH=/root/work
66
CHROOT_PATH="${WORKING_PATH}/chroot"
77
IMAGE_PATH="${WORKING_PATH}/image"
8-
KERNEL_VERSION=5.7.17
8+
KERNEL_VERSION=5.7.19
99

1010
if [ -d "$WORKING_PATH" ]; then
1111
rm -rf "$WORKING_PATH"

0 commit comments

Comments
 (0)