This commit is contained in:
Aditya Garg
2026-05-21 10:54:50 +05:30
parent 8d5850fb77
commit 7a1ef3eeb9
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
## How to download the ISO?
Download the "iso.sh" script (if using macOS or Linux) or "iso.bat" script (if using Windows) from the **assets** below, run it on the terminal and follow the on screen instructions.
There are 2 ways to download the ISO:
1. Download the "iso.sh" script (if using macOS or Linux) or "iso.bat" script (if using Windows) from the **assets** below, run it on the terminal and follow the on screen instructions.
2. Use the [t2linux Installer](https://github.com/sharpenedblade/t2linux-installer/releases/latest) app].
## Adding Wi-Fi and Bluetooth support:
+1 -1
View File
@@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
CODENAME=noble
FLAVOUR=$1
MINT_VERSION=22.3
KERNEL_VERSION=7.0.1
KERNEL_VERSION=7.0.9
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