From 66757cf6e0cdcfe82d453b0ecf149799c6c850d4 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 23 May 2025 15:52:43 -0400 Subject: [PATCH] Added back update services package from ublue to allow auto update --- recipes/components/base-module.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/components/base-module.yml b/recipes/components/base-module.yml index 4d03288..90ff4c9 100644 --- a/recipes/components/base-module.yml +++ b/recipes/components/base-module.yml @@ -2,8 +2,10 @@ modules: - type: containerfile snippets: - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm / + - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm / - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm / - RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm + - RUN rpm -ivh /ublue-os-update-services.noarch.rpm - RUN rpm -ivh /ublue-os-signing.noarch.rpm - type: script