Skip to content

Commit

Permalink
Update iso.sh to support 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Apr 25, 2024
1 parent a35ab7c commit abf7cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!"
Expand Down

0 comments on commit abf7cf3

Please sign in to comment.