mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
266 B
Bash
8 lines
266 B
Bash
paretosecurity)
|
|
name="Pareto Security"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs "https://api.github.com/repos/ParetoSecurity/pareto-mac/releases/latest" \
|
|
| awk -F '"' '/browser_download_url/ && /dmg/ { print $4 }')
|
|
expectedTeamID="PM784W7B8X"
|
|
;;
|