All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 16m15s
Reviewed-on: #43 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
17 lines
367 B
YAML
17 lines
367 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
files:
|
|
- https://negativo17.org/repos/fedora-steam.repo
|
|
- https://openrazer.github.io/hardware:razer.repo
|
|
install:
|
|
packages:
|
|
- dkms
|
|
- openrazer-meta
|
|
- repo: fedora-steam
|
|
packages:
|
|
- dkms-xpadneo
|
|
|
|
- type: script
|
|
scripts:
|
|
- installdkmsmodules.sh |