summaryrefslogtreecommitdiffhomepage
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2021-05-14scripts: fix up installer script comments.David Anderson1-1/+3
Signed-off-by: David Anderson <danderson@tailscale.com>
2021-05-14scripts: detect curl vs. wget and use the right one.David Anderson1-2/+15
Signed-off-by: David Anderson <danderson@tailscale.com>
2021-05-14scripts: use codenames for ubuntu, since that's what our repo uses.David Anderson1-7/+7
Signed-off-by: David Anderson <danderson@tailscale.com>
2021-05-14scripts: add an install script.David Anderson1-0/+384
The script detects one of the supported OS/version combos, and issues the right install instructions for it. Co-authored-by: Christine Dodrill <xe@tailscale.com> Signed-off-by: David Anderson <danderson@tailscale.com>
2021-01-08Allow 2021 in LICENSE header.Denton Gentry1-1/+1
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2020-09-10scripts: don't descend into .git for license header checkBrad Fitzpatrick1-1/+1
2020-04-30wgengine/router: split out from wgengine.David Anderson1-1/+1
The router implementations are logically separate, with their own API. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-03-17scripts: add a license header checker.David Anderson1-0/+54
Signed-off-by: David Anderson <dave@natulte.net>