mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
8 lines
264 B
Bash
8 lines
264 B
Bash
proxyman)
|
|
name="Proxyman"
|
|
type="dmg"
|
|
downloadURL="https://proxyman.io/release/osx/Proxyman_latest.dmg"
|
|
expectedTeamID="3X57WP8E8V"
|
|
appNewVersion=$(curl -s -L https://github.com/ProxymanApp/Proxyman | grep -o 'releases/tag/.*\>' | awk -F '/' '{print $3}')
|
|
;;
|