mirror of
https://github.com/t2linux/T2-Mint.git
synced 2026-04-30 13:53:20 -07:00
Update iso.sh to support 24.04
This commit is contained in:
@@ -60,7 +60,7 @@ cat <<EOF
|
||||
Choose the version of Ubuntu you wish to install:
|
||||
|
||||
1. 22.04 LTS - Jammy Jellyfish
|
||||
2. 23.10 - Mantic Minotaur
|
||||
2. 24.04 LTS - Noble Numbat
|
||||
|
||||
Type your choice (1 or 2) from the above list and press return.
|
||||
EOF
|
||||
@@ -73,8 +73,8 @@ case "$verinput" in
|
||||
ver="22.04 LTS - Jammy Jellyfish"
|
||||
;;
|
||||
(2)
|
||||
iso="${flavour}-23.10-${latestkver}-t2-mantic"
|
||||
ver="23.10 - Mantic Minotaur"
|
||||
iso="${flavour}-24.04-${latestkver}-t2-noble"
|
||||
ver="24.04 LTS - Noble Numbat"
|
||||
;;
|
||||
(*)
|
||||
echo "Invalid input. Aborting!"
|
||||
|
||||
Reference in New Issue
Block a user