Update iso.sh to support 24.04

This commit is contained in:
Aditya Garg 2024-04-26 00:04:00 +05:30 committed by GitHub
parent a35ab7cf22
commit abf7cf339f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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!"