From 7ac53ac4d258ed1121460c556fce9a7a95f1694a Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sun, 1 Dec 2024 23:51:42 +0000 Subject: [PATCH] Fix Alma wget path again --- images/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Makefile b/images/Makefile index 5f2d80f..18e9cb2 100644 --- a/images/Makefile +++ b/images/Makefile @@ -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))