Skip to content

Commit 8d5850f

Browse files
committed
7.0.1-1
1 parent b8b0882 commit 8d5850f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/iso.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ IF "%flavinput%"=="1" (
3838
SET flavourcap=MATE
3939
) ELSE (
4040
ECHO Invalid input. Aborting!
41+
ECHO Press any key to exit . . .
42+
PAUSE>nul
4143
EXIT
4244
)
4345
)
@@ -81,8 +83,12 @@ IF "%actual_iso_chksum%" NEQ "%downloaded_iso_chksum%" (
8183
ECHO.
8284
ECHO Error: Failed to verify sha256 checksums of the ISO
8385
DEL %downloads%\%iso%.iso
86+
ECHO Press any key to exit . . .
87+
PAUSE>nul
8488
EXIT
8589
)
8690

8791
ECHO.
8892
ECHO ISO saved to Downloads
93+
ECHO Press any key to exit . . .
94+
PAUSE>nul

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
1010
MINT_VERSION=22.3
11-
KERNEL_VERSION=6.19.12
12-
PKGREL=2
11+
KERNEL_VERSION=7.0.1
12+
PKGREL=1
1313
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
1414
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh
1515

0 commit comments

Comments
 (0)