mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 06:13:14 +01:00
Add a label of Roaming Client
This commit is contained in:
@@ -467,7 +467,11 @@ case $label in
|
|||||||
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||||
expectedTeamID="VXP8K9EDP6"
|
expectedTeamID="VXP8K9EDP6"
|
||||||
;;
|
;;
|
||||||
|
roamingclient)
|
||||||
|
name="Roaming Client"
|
||||||
|
type="pkgInZip"
|
||||||
|
downloadURL="http://shared.opendns.com/roaming/enterprise/release/mac/production/RoamingClient_MAC.mpkg.zip"
|
||||||
|
expectedTeamID="7P7HQ8H646"
|
||||||
|
|
||||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# packages)
|
# packages)
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ pacifist
|
|||||||
plisteditpro
|
plisteditpro
|
||||||
privileges
|
privileges
|
||||||
resiliosynchome
|
resiliosynchome
|
||||||
|
roamingclient
|
||||||
royaltsx
|
royaltsx
|
||||||
slack
|
slack
|
||||||
sonos
|
sonos
|
||||||
|
|||||||
Reference in New Issue
Block a user