Skip to content

Commit

Permalink
Changing version from fedora 40 to fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartpj authored Oct 30, 2024
1 parent d703bdf commit c98457a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tabs/utils/create-bootable-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fetch_fedora_latest_iso() {
FEDORA_URL=$(curl -s 'https://www.fedoraproject.org/releases.json' |
grep -o '"link": "[^"]*' |
sed -e 's/"link": "//' |
awk -v version="40" -v arch="x86_64" -v variant="Workstation" ' BEGIN { FS="," }
awk -v version="41" -v arch="x86_64" -v variant="Workstation" ' BEGIN { FS="," }
{
if ($0 ~ version && $0 ~ arch && $0 ~ variant && $0 ~ "Live-x86_64")
{ print $0 }
Expand Down Expand Up @@ -114,7 +114,7 @@ fetch_iso_urls() {
printf "%b\n" "1) Arch Linux (latest)"
printf "%b\n" "2) Arch Linux (older versions)"
printf "%b\n" "3) Debian Linux (latest)"
printf "%b\n" "4) Fedora 40 Workstation (latest)"
printf "%b\n" "4) Fedora 41 Workstation (latest)"
printf "\n"
printf "%b" "Select the ISO you want to download (1-4): "
read -r ISO_OPTION
Expand Down

0 comments on commit c98457a

Please sign in to comment.