mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
added signal
This commit is contained in:
@@ -561,6 +561,13 @@ case $label in
|
||||
expectedTeamID="JQ525L2MZD"
|
||||
blockingProcesses=( "AdobeReader" )
|
||||
;;
|
||||
signal)
|
||||
# credit: Søren Theilgaard
|
||||
name="Signal"
|
||||
type="dmg"
|
||||
downloadURL=https://updates.signal.org/desktop/$(curl -fs https://updates.signal.org/desktop/latest-mac.yml | awk '/url/ && /dmg/ {print $3}')
|
||||
expectedTeamID="U68MSDN6DR"
|
||||
;;
|
||||
|
||||
|
||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||
|
||||
@@ -56,6 +56,7 @@ privileges
|
||||
resiliosynchome
|
||||
royaltsx
|
||||
santa
|
||||
signal
|
||||
slack
|
||||
sonos
|
||||
sourcetree
|
||||
|
||||
Reference in New Issue
Block a user