changed fragments to .sh extension

This commit is contained in:
Armin Briegel
2021-04-28 09:36:16 +02:00
parent 0e093dd3b5
commit bc9bc74cf9
269 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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"
;;