From f9f006e0b4b80c0402160f237bc2d356f1990760 Mon Sep 17 00:00:00 2001 From: schklom <23263086+schklom@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:23:37 +0100 Subject: [PATCH] properly install rpmfusion repos before tainted --- recipes/recipe-intel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe-intel.yml b/recipes/recipe-intel.yml index e0ddaa3..04cb4f5 100644 --- a/recipes/recipe-intel.yml +++ b/recipes/recipe-intel.yml @@ -13,8 +13,8 @@ image-version: stable # 40, or latest is also supported if you want new updates # https://blue-build.org/learn/getting-started/ modules: - - from-file: repo-for-dvd.yml - from-file: extra-repos.yml + - from-file: repo-for-dvd.yml - from-file: common-packages.yml - from-file: common-flatpaks.yml - from-file: common-extra-modules.yml