Skip to content

Commit

Permalink
Use 23.10 in iso.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Oct 15, 2023
1 parent d892281 commit a1e88e2
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.04 - Lunar Lobstar
2. 23.10 - Mantic Minotaur
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.04-${latestkver}-t2-lunar"
ver="23.04 - Lunar Lobstar"
iso="${flavour}-23.10-${latestkver}-t2-mantic"
ver="23.10 - Mantic Minotaur"
;;
(*)
echo "Invalid input. Aborting!"
Expand Down

0 comments on commit a1e88e2

Please sign in to comment.