From e0214002fe6a8addd2e8c547e328ada36a8a5dca Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 5 May 2025 14:48:51 -0400 Subject: [PATCH] Removed firefox from package removal as it does not appear in default base image used. --- recipes/recipe.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index c85aeee..8556ff3 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -23,11 +23,9 @@ modules: install: - micro - starship - remove: + #remove: # example: removing firefox (in favor of the flatpak) # "firefox" is the main package, "firefox-langpacks" is a dependency - - firefox - - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)