Add support for Chrome/Chromium on Linux

Fixes #11
Closes #15
This commit is contained in:
Filippo Valsorda
2018-07-03 22:26:37 -04:00
parent 02f776146c
commit ce54575308
5 changed files with 56 additions and 33 deletions

View File

@@ -13,7 +13,8 @@ import (
var (
FirefoxPath = "/usr/bin/firefox"
FirefoxProfile = os.Getenv("HOME") + "/.mozilla/firefox/*"
CertutilInstallHelp = "apt install libnss3-tools"
CertutilInstallHelp = `apt install libnss3-tools" or "yum install nss-tools`
NSSBrowsers = "Firefox and/or Chrome/Chromium"
)
func (m *mkcert) installPlatform() {