File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Get the ISO script
5757 run : |
58+ sudo sed -i 's/GITHUBRELEASE/v${{ env.isotag }}/g' ${{ github.workspace }}/.github/workflows/iso.sh
5859 sudo cp ${{ github.workspace }}/.github/workflows/iso.sh ${{ github.workspace }}/output/iso.sh
5960
6061 - name : Release
Original file line number Diff line number Diff line change 2727
2828cd $HOME /Downloads
2929
30- latest=$( curl -sL https://github.com/t2linux/T2-Mint/releases/latest/ | grep " <title>Release" | awk -F " " ' {print $2}' )
30+ # latest=$(curl -sL https://github.com/t2linux/T2-Mint/releases/latest/ | grep "<title>Release" | awk -F " " '{print $2}' )
31+ latest=GITHUBRELEASE
3132latestkver=$( echo $latest | cut -d " v" -f 2 | cut -d " -" -f 1)
3233
3334cat << EOF
Original file line number Diff line number Diff line change 11output
22/.idea
3+ .DS_STORE
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ IMAGE_PATH="${WORKING_PATH}/image"
88CODENAME=noble
99FLAVOUR=$1
1010MINT_VERSION=22.1
11- KERNEL_VERSION=6.13.3
12- PKGREL=1
11+ KERNEL_VERSION=6.13.5
12+ PKGREL=2
1313sed -i " s/KVER/${KERNEL_VERSION} /g" $( pwd) /files/chroot_build.sh
1414sed -i " s/PREL/${PKGREL} /g" $( pwd) /files/chroot_build.sh
1515
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo >&2 "===]> Info: Upgrade the system... "
1515
1616apt-get update
1717export DEBIAN_FRONTEND=noninteractive
18- apt-get upgrade -y -qq -o Dpkg::Options::=" --force-confdef" -o Dpkg::Options::=" --force-confold"
18+ # apt-get upgrade -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
1919
2020echo >&2 " ===]> Info: Install Ubuntu MBP Repo... "
2121
@@ -48,18 +48,6 @@ echo >&2 "===]> Info: Update initramfs... "
4848/usr/sbin/depmod -a " ${KERNEL_VERSION} "
4949update-initramfs -u -v -k " ${KERNEL_VERSION} "
5050
51- echo >&2 " ===]> Info: Remove unused applications ... "
52-
53- apt-get purge -y -qq \
54- linux-generic \
55- linux-headers-6.8.0-31 \
56- linux-headers-6.8.0-31-generic \
57- linux-headers-generic \
58- linux-image-6.8.0-31-generic \
59- linux-image-generic \
60- linux-modules-6.8.0-31-generic \
61- linux-modules-extra-6.8.0-31-generic
62-
6351apt-get autoremove -y
6452
6553echo >&2 " ===]> Info: Add udev Rule for AMD GPU Power Management... "
You can’t perform that action at this time.
0 commit comments