Extract remove firefox since firefox doesn't exist in bazzite base image

This commit is contained in:
Gerald Pinder
2024-02-13 19:32:27 -05:00
parent faaa2c0747
commit dc075f8925
3 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,4 @@ modules:
- strawberry - strawberry
- xclip - xclip
- bat - bat
remove:
- firefox
- firefox-langpacks

View File

@@ -4,6 +4,7 @@ image-version: latest
description: The image of Wunker OS for JP's desktop. description: The image of Wunker OS for JP's desktop.
blue-build-tag: main-installer blue-build-tag: main-installer
modules: modules:
- from-file: remove-firefox.yml
- type: files - type: files
files: files:
- 8bitdo-ultimate: /usr - 8bitdo-ultimate: /usr

View File

@@ -3,6 +3,7 @@ base-image: ghcr.io/ublue-os/kinoite-main
image-version: latest image-version: latest
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
modules: modules:
- from-file: remove-firefox.yml
- from-file: framework.yml - from-file: framework.yml
- from-file: jp-apps.yml - from-file: jp-apps.yml
- from-file: dev-packages.yml - from-file: dev-packages.yml