Removed firefox from package removal as it does not appear in default base image used.
This commit is contained in:
@@ -23,11 +23,9 @@ modules:
|
|||||||
install:
|
install:
|
||||||
- micro
|
- micro
|
||||||
- starship
|
- starship
|
||||||
remove:
|
#remove:
|
||||||
# example: removing firefox (in favor of the flatpak)
|
# example: removing firefox (in favor of the flatpak)
|
||||||
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
# "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
|
- type: default-flatpaks
|
||||||
notify: true # Send notification after install/uninstall is finished (true/false)
|
notify: true # Send notification after install/uninstall is finished (true/false)
|
||||||
|
Reference in New Issue
Block a user