diff options
| author | Mike Kramlich <groglogic@gmail.com> | 2020-12-06 18:54:18 -0700 |
|---|---|---|
| committer | Mike Kramlich <groglogic@gmail.com> | 2021-02-24 02:09:39 -0700 |
| commit | d2eeba5adb7f399c570f3b6b2c2cfb9835ee5748 (patch) | |
| tree | f04e99798bcc9c9b831c622ce4b258e3537cfabf /control/controlclient/direct.go | |
| parent | e9e4f1063d84f865b263141bbbb6128b3ab7c32a (diff) | |
| download | tailscale-mkramlich/macos-brew.tar.xz tailscale-mkramlich/macos-brew.zip | |
Homebrew packaging of the non-IPNExtension, unsandboxed tailscale{d} releases for macOS/darwin.mkramlich/macos-brew
So the public can "brew install" tailscale and start it as a global boot daemon via brew services.
supported: Homebrew 3.0, go1.15 darwin/amd64, macOS Catalina 10.15.3, Intel 64-bit
probably also but unconfirmed: BigSur 11 and Apple M1 ARM64
NOTE: lots of upgrades and polish since 1st squashed WIP PR, and applies most prior feedback
Part of #177. (WIP)
Signed-off-by: Mike Kramlich <groglogic@gmail.com>
Diffstat (limited to 'control/controlclient/direct.go')
| -rw-r--r-- | control/controlclient/direct.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlclient/direct.go b/control/controlclient/direct.go index be04e143c..119f630ee 100644 --- a/control/controlclient/direct.go +++ b/control/controlclient/direct.go @@ -187,7 +187,7 @@ func packageType() string { } case "darwin": // Using tailscaled or IPNExtension? - exe, _ := os.Executable() + exe, _ := os.Executable() // TODO(mkramlich): for tailscaled, distinguish if brew return filepath.Base(exe) } return "" |
