Skip to content

Commit afbe1bd

Browse files
committed
6.16.5-1
1 parent 548a8ad commit afbe1bd

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/instructions.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Download the "iso.sh" script in the **assets** below, run it on the terminal and
44

55
## Adding Wi-Fi and Bluetooth support:
66

7-
Once you're booted and in your desktop, run `get-apple-firmware` and choose the option **"Retrieve the firmware directly from macOS"**.
7+
Once you're booted and in your desktop:
88

9-
If this method doesn't work, follow [this guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) to get firmware for Wi-Fi and Bluetooth.
9+
- Run `get-apple-firmware get_from_macos` **if you have macOS installed as well**.
10+
- Run `get-apple-firmware get_from_online` **if you have removed macOS or above method does not work** (Note: This method needs wired internet to work).
1011

11-
## Adding support for customisable Touch Bar:
12-
13-
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.
12+
If these methods do not work, follow [this guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) to get firmware for Wi-Fi and Bluetooth.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
1010
MINT_VERSION=22.2
11-
KERNEL_VERSION=6.16.4
11+
KERNEL_VERSION=6.16.5
1212
PKGREL=1
1313
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
1414
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh

0 commit comments

Comments
 (0)