mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
13 lines
405 B
Bash
13 lines
405 B
Bash
ringcentralapp)
|
|
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
|
name="RingCentral"
|
|
type="pkg"
|
|
if [[ $(arch) != "i386" ]]; then
|
|
downloadURL="https://app.ringcentral.com/download/RingCentral-arm64.pkg"
|
|
else
|
|
downloadURL="https://app.ringcentral.com/download/RingCentral.pkg"
|
|
fi
|
|
expectedTeamID="M932RC5J66"
|
|
blockingProcesses=( "RingCentral" )
|
|
;;
|