Skip to content

Commit

Permalink
Revert Fedora to its CDN
Browse files Browse the repository at this point in the history
Signed-off-by: roib20 <66280613+roib20@users.noreply.github.com>
  • Loading branch information
roib20 committed Apr 24, 2024
1 parent cddbd74 commit 071baaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxmox-cloudinit-script/pve_cloudinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ choose_distro() {
;;
"${distro_list[6]}")
echo -e "${distro_list[3]}"
IMAGE_URL="https://fedora.ip-connect.info/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2"
CHECKSUM_URL="https://fedora.ip-connect.info/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-40-1.14-x86_64-CHECKSUM"
IMAGE_URL="https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2"
CHECKSUM_URL="https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-40-1.14-x86_64-CHECKSUM"
SHA=256
CLOUDIMG_NAME="Fedora-Cloud-Base-40-1.x.x86_64.qcow2"
break
Expand Down

0 comments on commit 071baaf

Please sign in to comment.