mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
13 lines
461 B
Bash
13 lines
461 B
Bash
devonthink)
|
|
# It's a zipped dmg file, needs function installAppInDmgInZip
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="DEVONthink 3"
|
|
type="appInDmgInZip"
|
|
downloadURL=$( curl -fs https://www.devontechnologies.com/apps/devonthink | grep -i "download.devon" | tr '"' '
|
|
' | tr "'" '
|
|
' | grep -e '^https://' )
|
|
appNewVersion=$( echo ${downloadURL} | tr '/' '
|
|
' | grep "[0-9]" | grep "[.]" | head -1 )
|
|
expectedTeamID="679S2QUWR8"
|
|
;;
|