mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 22:04:45 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/gpgsuite.sh
Normal file
8
fragments/labels/gpgsuite.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user