Files
Installomator/fragments/labels/gpgsuite.sh
fleish 195b7df5f5 GPG Suite blocking process update
Looks for GPG Keychain as there is no GPG Suite.app
2022-01-19 15:07:19 -08:00

10 lines
323 B
Bash

gpgsuite)
# credit: Micah Lee (@micahflee)
name="GPG Suite"
type="pkgInDmg"
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" )
;;