From 9c486d16292e2bd749573cc35cdb3b005947047b Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Fri, 6 Dec 2024 17:43:25 -0500 Subject: [PATCH] fix validation issues --- recipes/beardy-bazzite-deck.yml | 6 +++--- recipes/beardy-bazzite.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/beardy-bazzite-deck.yml b/recipes/beardy-bazzite-deck.yml index 7d0bcd9..cca0edf 100644 --- a/recipes/beardy-bazzite-deck.yml +++ b/recipes/beardy-bazzite-deck.yml @@ -21,7 +21,7 @@ modules: - 1password - type: rpm-ostree - repos: + repos: [] # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: # - micro @@ -29,7 +29,7 @@ modules: - qemu - virt-manager # - edk2-ovmf - remove: + remove: [] # example: removing firefox (in favor of the flatpak) # "firefox" is the main package, "firefox-langpacks" is a dependency # - firefox @@ -55,7 +55,7 @@ modules: # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), # only normal flatpak applications are (like Floorp Lightning web browser in this example). # Installing different branches of the same Flatpak is not supported. - remove: + remove: [] # - org.gnome.eog #- type: systemd diff --git a/recipes/beardy-bazzite.yml b/recipes/beardy-bazzite.yml index 4ef5285..59378f9 100644 --- a/recipes/beardy-bazzite.yml +++ b/recipes/beardy-bazzite.yml @@ -21,7 +21,7 @@ modules: - 1password - type: rpm-ostree - repos: + repos: [] # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: # - micro @@ -30,7 +30,7 @@ modules: - virt-manager # - edk2-ovmf # - samba - remove: + remove: [] # example: removing firefox (in favor of the flatpak) # "firefox" is the main package, "firefox-langpacks" is a dependency # - firefox @@ -56,7 +56,7 @@ modules: # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), # only normal flatpak applications are (like Floorp Lightning web browser in this example). # Installing different branches of the same Flatpak is not supported. - remove: + remove: [] # - org.gnome.eog #- type: systemd