Skip to content

Commit

Permalink
6.10.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Aug 16, 2024
1 parent 197d6f5 commit edbbe57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edbbe57

Please sign in to comment.