Skip to content

Commit 47d6a31

Browse files
committed
7.0.9-1
1 parent 43bdc9c commit 47d6a31

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 'Push new version to mainline'
2828
id: publish
2929
run: |
30-
sed -i "s/KERNEL_VERSION=6.*/KERNEL_VERSION=${{ env.ver }}/g" build.sh
30+
sed -i "s/KERNEL_VERSION=7.*/KERNEL_VERSION=${{ env.ver }}/g" build.sh
3131
sed -i '/^PKGREL=/ s/PKGREL=[0-9]*/PKGREL=${{ env.release }}/' build.sh
3232
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git config --local user.name "github-actions[bot]"

.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)