Skip to content

Commit

Permalink
fix syntax error with recipe config
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 5, 2024
1 parent cb5b45a commit c4c599d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/beardy-bazzite-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modules:
- LABEL org.opencontainers.image.source=https://github.com/detiber/beardy-os

# TODO: switch to sysext for 1password: https://universal-blue.discourse.group/t/installing-1password-in-bluefin-a-better-way/5442/2, https://github.com/travier/fedora-sysexts
- bling:
- type: bling
install:
- 1password

Expand Down
5 changes: 4 additions & 1 deletion recipes/beardy-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ image-version: 41 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- type: containerfile
snippets:
- LABEL org.opencontainers.image.source=https://github.com/detiber/beardy-os

# TODO: switch to sysext for 1password: https://universal-blue.discourse.group/t/installing-1password-in-bluefin-a-better-way/5442/2, https://github.com/travier/fedora-sysexts
- bling:
- type: bling
install:
- 1password

Expand Down
2 changes: 1 addition & 1 deletion recipes/beardy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modules:
- LABEL org.opencontainers.image.source=https://github.com/detiber/beardy-os

# TODO: switch to sysext for 1password: https://universal-blue.discourse.group/t/installing-1password-in-bluefin-a-better-way/5442/2, https://github.com/travier/fedora-sysexts
- bling:
- type: bling
install:
- rpmfusion
- ublue-update
Expand Down

0 comments on commit c4c599d

Please sign in to comment.