Skip to content

Commit

Permalink
feat: test adding some apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Aug 7, 2024
1 parent 919dd45 commit 7da19d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ modules:
# while putting files in /etc/ is done on booted system by system administrators.
# read more about this in files module reference.

- type: apt-get
source: ghcr.io/blue-build/modules
install:
- micro
- games-all

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
Expand Down

0 comments on commit 7da19d1

Please sign in to comment.