mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-08 14:26:06 +01:00
changed fragments to .sh extension
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
calibre)
|
||||
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
||||
name="calibre"
|
||||
type="dmg"
|
||||
downloadURL="https://calibre-ebook.com/dist/osx"
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="NTY7FVCEKP"
|
||||
;;
|
||||
Reference in New Issue
Block a user