diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 5d6e33a..524299c 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -121,7 +121,6 @@ modules: - mangohud # xpadneo - dkms-xpadneo - #- https://negativo17.org/repos/steam/fedora-%OS_VERSION%/x86_64/akmod-xpadneo-0.9.7-2.fc%OS_VERSION%.noarch.rpm remove: packages: diff --git a/recipes/components/xpadneo-module.yml b/recipes/components/xpadneo-module.yml deleted file mode 100644 index e2161a5..0000000 --- a/recipes/components/xpadneo-module.yml +++ /dev/null @@ -1,10 +0,0 @@ -modules: - #- 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 b48fc47..7042d1c 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -14,12 +14,10 @@ image-version: 42 # latest is also supported if you want new updates ASAP modules: - from-file: components/dnf-module.yml - from-file: components/script-module.yml - # - from-file: components/xpadneo-module.yml - from-file: components/sys-files-module.yml - from-file: components/systemd-module.yml - from-file: components/default-flatpak.yml - from-file: components/chezmoi-module.yml - #- type: initramfs - type: signing