Skip to content

Commit aa7faa3

Browse files
committed
7.0.9-1
1 parent 43bdc9c commit aa7faa3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/instructions.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## How to download the ISO?
22

3-
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.
3+
There are 2 ways to download the ISO:
4+
5+
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.
6+
7+
2. Use the [t2linux Installer](https://github.com/sharpenedblade/t2linux-installer/releases/latest) app].
48

59
## Adding Wi-Fi and Bluetooth support:
610

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ROOT_PATH=$(pwd)
55
WORKING_PATH=/root/work
66
CHROOT_PATH="${WORKING_PATH}/chroot"
77
IMAGE_PATH="${WORKING_PATH}/image"
8-
KERNEL_VERSION=7.0.1
8+
KERNEL_VERSION=7.0.9
99
PKGREL=1
1010
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
1111
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh

0 commit comments

Comments
 (0)