mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
added ringcentralphone
This commit is contained in:
@@ -1299,6 +1299,16 @@ ricohpsprinters)
|
||||
downloadURL=$(curl -fs https://support.ricoh.com//bb/html/dr_ut_e/rc3/model/mpc3004ex/mpc3004exen.htm | xmllint --html --format - 2>/dev/null | grep -m 1 -o "https://.*.dmg" | cut -d '"' -f 1)
|
||||
expectedTeamID="5KACUT3YX8"
|
||||
;;
|
||||
ringcentralphone)
|
||||
# credit: Eric Gjerde, When I Work (@ericgjerde)
|
||||
# note: the DMG says RingCentral Phone, the installed app says RingCentral Phone, but the app in the DMG is 'RingCentral for Mac.app'
|
||||
name="RingCentral for Mac"
|
||||
type="dmg"
|
||||
downloadURL="https://downloads.ringcentral.com/sp/RingCentralForMac"
|
||||
expectedTeamID="M932RC5J66"
|
||||
blockingProcesses=( "RingCentral Phone" )
|
||||
;;
|
||||
|
||||
|
||||
# MARK: add new labels above here
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@ resiliosynchome
|
||||
ricohpsprinters
|
||||
ringcentralapp
|
||||
ringcentralmeetings
|
||||
ringcentralphone
|
||||
royaltsx
|
||||
santa
|
||||
sfsymbols
|
||||
|
||||
Reference in New Issue
Block a user