mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 21:03:13 +00:00
Merge pull request #389 from fleish/dev
Update GPG Suite for blocking process & add DaisyDisk app
This commit is contained in:
7
fragments/labels/daisydisk.sh
Normal file
7
fragments/labels/daisydisk.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
daisydisk)
|
||||
name="DaisyDisk"
|
||||
type="zip"
|
||||
downloadURL="https://daisydiskapp.com/downloads/DaisyDisk.zip"
|
||||
appNewVersion=$( curl -fs 'https://daisydiskapp.com/downloads/appcastReleaseNotes.php?appEdition=Standard' | grep Version | head -1 | sed -E 's/.*Version ([0-9.]*).*/\1/g' )
|
||||
expectedTeamID="4CBU3JHV97"
|
||||
;;
|
||||
@@ -5,4 +5,5 @@ gpgsuite)
|
||||
pkgName="Install.pkg"
|
||||
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
|
||||
expectedTeamID="PKV8ZPD836"
|
||||
blockingProcesses=( "GPG Keychain" )
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user