This commit is contained in:
Aditya Garg
2026-05-21 10:54:11 +05:30
parent 43bdc9ceb2
commit aa7faa3d9d
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
@@ -5,7 +5,7 @@ ROOT_PATH=$(pwd)
WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
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