Skip to content

Commit

Permalink
feature: add fedora 41, resolves issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore committed Nov 5, 2024
1 parent a219409 commit dfc225d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/image-update
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ function set_image_values() {
remote_shasum_url="https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-40-1.14-x86_64-CHECKSUM"
shasum_algorithm="256"
;;
41)
file_name="Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
remote_url="https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
remote_shasum_url="https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-41-1.4-x86_64-CHECKSUM"
shasum_algorithm="256"
;;
*)
err "Unknown distro, only works for Fedora 40+"
;;
Expand Down

0 comments on commit dfc225d

Please sign in to comment.