mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
wickrpro)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="WickrPro"
|
|
type="dmg"
|
|
downloadURL=$( curl -fs https://me-download.wickr.com/api/download/pro/download/mac | tr '"' '
|
|
' | grep -e '^https://' )
|
|
appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="W8RC3R952A"
|
|
;;
|