File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ case "$flavinput" in
6363 ;;
6464esac
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
6969echo -e " \nDownloading Part 1 for ${ver} \n"
7070curl -#L https://github.com/t2linux/T2-Mint/releases/download/${latest} /${iso} .iso.00 > ${iso} .iso
Original file line number Diff line number Diff line change 3737
3838echo >&2 " ===]> Info: Create diskdefines... "
3939cat << 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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
77IMAGE_PATH=" ${WORKING_PATH} /image"
88CODENAME=noble
99FLAVOUR=$1
10- MINT_VERSION=22.2
11- KERNEL_VERSION=6.17.8
10+ MINT_VERSION=22.3
11+ KERNEL_VERSION=6.18.5
1212PKGREL=1
1313sed -i " s/KVER/${KERNEL_VERSION} /g" $( pwd) /files/chroot_build.sh
1414sed -i " s/PREL/${PKGREL} /g" $( pwd) /files/chroot_build.sh
You can’t perform that action at this time.
0 commit comments