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"
|
expectedTeamID="JQ525L2MZD"
|
||||||
blockingProcesses=( "AdobeReader" )
|
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
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ privileges
|
|||||||
resiliosynchome
|
resiliosynchome
|
||||||
royaltsx
|
royaltsx
|
||||||
santa
|
santa
|
||||||
|
signal
|
||||||
slack
|
slack
|
||||||
sonos
|
sonos
|
||||||
sourcetree
|
sourcetree
|
||||||
|
|||||||
Reference in New Issue
Block a user