From aa7faa3d9db676ad1a2030e14c19a87838957fc9 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Thu, 21 May 2026 10:54:11 +0530 Subject: [PATCH] 7.0.9-1 --- .github/workflows/instructions.txt | 6 +++++- build.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/instructions.txt b/.github/workflows/instructions.txt index c7cec23..283133c 100644 --- a/.github/workflows/instructions.txt +++ b/.github/workflows/instructions.txt @@ -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: diff --git a/build.sh b/build.sh index 03896b1..e00a097 100755 --- a/build.sh +++ b/build.sh @@ -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