mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8
fragments/labels/tailscale.sh
Normal file
8
fragments/labels/tailscale.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user