mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
279 B
Bash
8 lines
279 B
Bash
mindmanager)
|
|
name="MindManager"
|
|
type="dmg"
|
|
downloadURL="https://www.mindmanager.com/mm-mac-dmg"
|
|
appNewVersion="$(curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*_Mac_*([0-9.]*)\..*/\1/g')"
|
|
expectedTeamID="ZF6ZZ779N5"
|
|
;;
|