From 0a0df0b320de96ee81d9cac8a6ac65d95a66233b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 23:19:43 -0400 Subject: [PATCH] Utilize rpm-ostree instead to install xpadneo --- recipes/components/dnf-module.yml | 4 ++-- recipes/components/xpadneo-module.yml | 12 +++++++++--- recipes/recipe.yml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index f74132e..4aba53e 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -121,8 +121,8 @@ modules: # for performance view - mangohud # dependencies for xpadneo - - dkms - - kernel-devel + #- dkms + #- kernel-devel remove: packages: diff --git a/recipes/components/xpadneo-module.yml b/recipes/components/xpadneo-module.yml index a44cf01..e2161a5 100644 --- a/recipes/components/xpadneo-module.yml +++ b/recipes/components/xpadneo-module.yml @@ -1,4 +1,10 @@ modules: - - type: script - scripts: - - install-xpadneo.sh \ No newline at end of file + #- type: script + # scripts: + # - install-xpadneo.sh + - type: rpm-ostree + repos: + - https://copr.fedorainfracloud.org/coprs/atim/xpadneo/repo/fedora-%OS_VERSION%/atim-xpadneo-fedora-%OS_VERSION%.repo + install: + - xpadneo + - xpadneo-kmod \ No newline at end of file diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 83283e1..28c5cc7 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -19,7 +19,7 @@ modules: - from-file: components/systemd-module.yml - from-file: components/default-flatpak.yml - from-file: components/chezmoi-module.yml - - type: initramfs + #- type: initramfs - type: signing