* feat: add initial module.yml for rpm-ostree * chore: add shortdesc to module.yml * feat: add missing module.ymls * feat: add website rebuild action for module reference updates * chore: remove old readme in modules dir * refactor: switch to a hybrid module.yml + README arrangement * chore: switch docs to use starlight aside syntax
7 lines
No EOL
284 B
YAML
7 lines
No EOL
284 B
YAML
name: script
|
|
shortdesc: The script module can be used to run arbitrary scripts at image build time.
|
|
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/script/README.md
|
|
example: |
|
|
type: script
|
|
scripts:
|
|
- myscript.sh # will run config/scripts/myscript.sh |