22 lines
669 B
YAML
22 lines
669 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
|
modules:
|
|
- type: files
|
|
files:
|
|
- source: steam-firewall
|
|
destination: /
|
|
# - type: bling
|
|
# source: ghcr.io/blue-build/modules/bling:343-featbling-add-rpmfusion-install-script
|
|
# install:
|
|
# - negativo17
|
|
# - type: script
|
|
# scripts:
|
|
# - install-steam.sh
|
|
- type: rpm-ostree
|
|
# There's a bug preventing me from doing a separate optfix call
|
|
# https://github.com/blue-build/modules/issues/365
|
|
# optfix:
|
|
# - r2modman
|
|
install:
|
|
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
|