teleport: conflicts_with etsh (#14922)
This commit is contained in:
parent
bb260988d4
commit
5d75f3d1d8
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class Teleport < Formula
|
|||
|
||||
depends_on "go" => :build
|
||||
|
||||
conflicts_with "etsh", :because => "both install `tsh` binaries"
|
||||
|
||||
def install
|
||||
ENV["GOOS"] = "darwin"
|
||||
ENV["GOARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
|
||||
|
|
Loading…
Reference in a new issue