From 54b4d3075c10b87ca3c85fc6237264ab6cd082d3 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 5 Apr 2023 21:02:10 +0200 Subject: [PATCH] [skip ci] remove redundant firefox installation --- .../provs/desktop/infrastructure/PackageBundles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt index 8264d21..039cb1e 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt @@ -8,7 +8,7 @@ val NETWORK_TOOLS = "curl wget net-tools" val KEY_MANAGEMENT_GUI = "seahorse" -val BROWSER = "firefox chromium-browser" +val BROWSER = "chromium-browser" // firefox can be installed by installFirefox val EMAIL_CLIENT = "thunderbird"