Skip to content

Commit

Permalink
Fix Alma wget path again
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Dec 1, 2024
1 parent 05a145b commit 7ac53ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ space := $(subst ,, )
comma := ,

AlmaLinux-$(ALMA_VERSION_MAJOR)-GenericCloud-$(ALMA_VERSION)-$(ALMA_BUILD).%.qcow2:
wget https://repo.almalinux.org/almalinux/$(ALMA_BUILD)/cloud/$*/images/$@ -O $@
wget https://repo.almalinux.org/almalinux/$(ALMA_BUILD)/cloud/$*/images/CHECKSUM -O bos-checksums.sha256
wget https://repo.almalinux.org/almalinux/$(ALMA_VERSION)/cloud/$*/images/$@ -O $@
wget https://repo.almalinux.org/almalinux/$(ALMA_VERSION)/cloud/$*/images/CHECKSUM -O bos-checksums.sha256
sha256sum -c bos-checksums.sha256 --ignore-missing

AAVMF_CODE_PATH := $(firstword $(wildcard /usr/share/AAVMF/AAVMF_CODE*.fd))
Expand Down

0 comments on commit 7ac53ac

Please sign in to comment.