Added back update services package from ublue to allow auto update
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m15s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m15s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user