mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
318 B
Bash
8 lines
318 B
Bash
perimeter81)
|
|
name="Perimeter 81"
|
|
type="pkg"
|
|
downloadURL="https://static.perimeter81.com/agents/mac/snapshot/latest/Perimeter81.pkg"
|
|
appNewVersion="$(curl -fsIL "${downloadURL}" | grep -i ^x-amz-meta-version | sed -E 's/x-amz-meta-version: //' | cut -d"." -f1-3)"
|
|
expectedTeamID="924635PD62"
|
|
;;
|