mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
331 B
Bash
9 lines
331 B
Bash
tailscale)
|
|
name="Tailscale"
|
|
type="zip"
|
|
appNewVersion="$(curl -s https://pkgs.tailscale.com/stable/ | awk -F- '/Tailscale.*macos.zip/ {print $2}')"
|
|
downloadURL="https://pkgs.tailscale.com/stable/Tailscale-${appNewVersion}-macos.zip"
|
|
expectedTeamID="W5364U7YZB"
|
|
versionKey="CFBundleShortVersionString"
|
|
;;
|