mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
400 B
Bash
11 lines
400 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)
|
|
appNewVersion=$(echo $downloadURL | cut -d "-" -f 2 | cut -d "." -f 1-2)
|
|
expectedTeamID="PKV8ZPD836"
|
|
blockingProcesses=( "GPG Keychain" )
|
|
;;
|