From a108dbb5fd8ea2b5aa301ce179952fcfba9407a9 Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:00:44 -0800 Subject: [PATCH] fix --- recipes/common/desktop-modules.yml | 1 + recipes/common/desktop-packages.yml | 1 - recipes/common/subresource-filter-packages.yml | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 recipes/common/subresource-filter-packages.yml diff --git a/recipes/common/desktop-modules.yml b/recipes/common/desktop-modules.yml index 1b578588f..8313e4c62 100644 --- a/recipes/common/desktop-modules.yml +++ b/recipes/common/desktop-modules.yml @@ -11,6 +11,7 @@ modules: scripts: - installsignedkernel.sh - from-file: common/desktop-packages.yml + - from-file: common/subresource-filter-packages.yml - from-file: common/desktop-scripts.yml - type: fonts fonts: diff --git a/recipes/common/desktop-packages.yml b/recipes/common/desktop-packages.yml index 70b4846b5..e706575e5 100644 --- a/recipes/common/desktop-packages.yml +++ b/recipes/common/desktop-packages.yml @@ -6,7 +6,6 @@ repos: install: - headsetcontrol - trivalent - - trivalent-subresource-filter - secureblue-logos - mediainfo - bubblejail diff --git a/recipes/common/subresource-filter-packages.yml b/recipes/common/subresource-filter-packages.yml new file mode 100644 index 000000000..5cce853e2 --- /dev/null +++ b/recipes/common/subresource-filter-packages.yml @@ -0,0 +1,5 @@ +type: rpm-ostree +repos: + - https://copr.fedorainfracloud.org/coprs/secureblue/hardened-chromium/repo/fedora-%OS_VERSION%/secureblue-hardened-chromium-fedora-%OS_VERSION%.repo +install: + - trivalent-subresource-filter \ No newline at end of file