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"