From edbbe57040d22359659a629c8db48b9b29300177 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:49:23 +0530 Subject: [PATCH] 6.10.5-1 --- .github/workflows/instructions.txt | 4 ++-- build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/instructions.txt b/.github/workflows/instructions.txt index 27765e3..4ec235f 100644 --- a/.github/workflows/instructions.txt +++ b/.github/workflows/instructions.txt @@ -8,6 +8,6 @@ Once you're booted and in your desktop, run `get-apple-firmware` and choose the If this method doesn't work, follow [this guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) to get firmware for Wi-Fi and Bluetooth. -## Adding support for Touch Bar: +## Adding support for customisable Touch Bar: -If your Mac has a Touch Bar, install `tiny-dfr` by running `sudo apt update && sudo apt install tiny-dfr` +If your Mac has a Touch Bar, and you want to customise it, install `tiny-dfr` by running `sudo apt update && sudo apt install tiny-dfr`. After installing restart your Mac and run `sudo touchbar` to customise. \ No newline at end of file diff --git a/build.sh b/build.sh index bf16ac4..0fee596 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image" CODENAME=noble FLAVOUR=$1 MINT_VERSION=22 -KERNEL_VERSION=6.9.9 +KERNEL_VERSION=6.10.5 PKGREL=1 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh