You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/hostinfo
shayne 6f992909f0
hostinfo: [windows] check if running via Scoop (#7068)
You can now install Tailscale on Windows via [Scoop](https://scoop.sh).

This change adds a check to `packageTypeWindows()`, looking at the exe's path, and
checking if it starts with: `C:\User\<NAME>\scoop\apps\tailscale`. If so, it
returns `"scoop"` as the package type.

Fixes: #6988

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
1 year ago
..
hostinfo.go hostinfo: add an environment type for Replit 1 year ago
hostinfo_darwin.go all: remove old +build tags 2 years ago
hostinfo_freebsd.go types/ptr: move all the ptrTo funcs to one new package's ptr.To 1 year ago
hostinfo_linux.go types/ptr: move all the ptrTo funcs to one new package's ptr.To 1 year ago
hostinfo_linux_test.go all: remove old +build tags 2 years ago
hostinfo_test.go hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailscale's sources 3 years ago
hostinfo_uname.go tailcfg,hostinfo: add Hostinfo.Machine and Hostinfo.GoArchVar 1 year ago
hostinfo_windows.go hostinfo: [windows] check if running via Scoop (#7068) 1 year ago