diff --git a/config/jp-packages.yml b/config/jp-packages.yml index 43dd460..c512fe7 100644 --- a/config/jp-packages.yml +++ b/config/jp-packages.yml @@ -17,7 +17,4 @@ modules: - strawberry - xclip - bat - remove: - - firefox - - firefox-langpacks diff --git a/config/recipe-jp-desktop.yml b/config/recipe-jp-desktop.yml index 63bc238..e2c2647 100644 --- a/config/recipe-jp-desktop.yml +++ b/config/recipe-jp-desktop.yml @@ -4,6 +4,7 @@ image-version: latest description: The image of Wunker OS for JP's desktop. blue-build-tag: main-installer modules: + - from-file: remove-firefox.yml - type: files files: - 8bitdo-ultimate: /usr diff --git a/config/recipe-jp-laptop.yml b/config/recipe-jp-laptop.yml index c482ce1..f6d80d0 100644 --- a/config/recipe-jp-laptop.yml +++ b/config/recipe-jp-laptop.yml @@ -3,6 +3,7 @@ base-image: ghcr.io/ublue-os/kinoite-main image-version: latest description: The image of Wunker OS for JP's Laptop. modules: + - from-file: remove-firefox.yml - from-file: framework.yml - from-file: jp-apps.yml - from-file: dev-packages.yml