Skip to content

Commit 1119a5e

Browse files
committed
Linux Mint 22.3 - Zena
1 parent 1f5f4d2 commit 1119a5e

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ jobs:
220220
import json
221221
222222
# Define the new links
223-
new_link_cinnamon_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-cinnamon-${{ env.kver }}-t2-jammy.iso.00"
224-
new_link_cinnamon_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-cinnamon-${{ env.kver }}-t2-jammy.iso.01"
225-
new_link_mate_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-mate-${{ env.kver }}-t2-jammy.iso.00"
226-
new_link_mate_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-mate-${{ env.kver }}-t2-jammy.iso.01"
227-
new_link_xfce_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-xfce-${{ env.kver }}-t2-jammy.iso.00"
228-
new_link_xfce_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-xfce-${{ env.kver }}-t2-jammy.iso.01"
223+
new_link_cinnamon_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-cinnamon-${{ env.kver }}-t2-noble.iso.00"
224+
new_link_cinnamon_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-cinnamon-${{ env.kver }}-t2-noble.iso.01"
225+
new_link_mate_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-mate-${{ env.kver }}-t2-noble.iso.00"
226+
new_link_mate_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-mate-${{ env.kver }}-t2-noble.iso.01"
227+
new_link_xfce_1 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-xfce-${{ env.kver }}-t2-noble.iso.00"
228+
new_link_xfce_2 = "https://github.com/t2linux/T2-Mint/releases/download/v${{ env.isotag }}/linuxmint-${{ env.mintver }}-xfce-${{ env.kver }}-t2-noble.iso.01"
229229
230230
# Load the JSON file
231231
with open('distro-metadata.json', 'r') as file:

.github/workflows/iso.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ case "$flavinput" in
6363
;;
6464
esac
6565

66-
iso="linuxmint-22.2-${flavour}-${latestkver}-t2-noble"
67-
ver="Linux Mint 22.2 \"Zara\" - ${flavourcap} Edition"
66+
iso="linuxmint-22.3-${flavour}-${latestkver}-t2-noble"
67+
ver="Linux Mint 22.3 \"Zena\" - ${flavourcap} Edition"
6868

6969
echo -e "\nDownloading Part 1 for ${ver}\n"
7070
curl -#L https://github.com/t2linux/T2-Mint/releases/download/${latest}/${iso}.iso.00 > ${iso}.iso

02_build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ done
3737

3838
echo >&2 "===]> Info: Create diskdefines... "
3939
cat <<EOF >"${IMAGE_PATH}"/README.diskdefines
40-
#define DISKNAME Linux Mint T2 ${MINT_VERSION} "Zara" - amd64
40+
#define DISKNAME Linux Mint T2 ${MINT_VERSION} "Zena" - amd64
4141
#define TYPE binary
4242
#define TYPEbinary 1
4343
#define ARCH amd64

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
77
IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
10-
MINT_VERSION=22.2
11-
KERNEL_VERSION=6.17.8
10+
MINT_VERSION=22.3
11+
KERNEL_VERSION=6.18.5
1212
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

0 commit comments

Comments
 (0)