From 2cd75093449f446a1feac3ae5af7e098e08aff66 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:39:37 +0200 Subject: [PATCH] fix(yafti): Make sure that ublue-os staging repo is always overwritten Fixes build fails in Bluefin/Aurora-based images, since they disable this repo with same filename. --- modules/yafti/yafti.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yafti/yafti.sh b/modules/yafti/yafti.sh index eff4ccf..9ce5de0 100644 --- a/modules/yafti/yafti.sh +++ b/modules/yafti/yafti.sh @@ -19,7 +19,7 @@ FIRSTBOOT_LINK="${PROFILED_DIR}/ublue-firstboot.sh" # Fetch ublue COPR REPO="https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-${OS_VERSION}/ublue-os-staging-fedora-${OS_VERSION}.repo" -wget "${REPO//[$'\t\r\n ']}" -P "/etc/yum.repos.d/" +wget -O "/etc/yum.repos.d/ublue-os-staging-fedora-${OS_VERSION}.repo" "${REPO//[$'\t\r\n ']}" rpm-ostree install yafti-0.8.0