Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ func commandWithSudo(cmd ...string) *exec.Cmd {
})
return exec.Command(cmd[0], cmd[1:]...)
}
return exec.Command("sudo", append([]string{"--prompt=Sudo password:", "--"}, cmd...)...)
return exec.Command("sudo", append([]string{"--prompt=mkcert will now install certificates into your root certificate store.\nEnter your sudo password:", "--"}, cmd...)...)
}