From 201edabfd0a64083a6645fd8443302fc978eeb68 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:43:39 +0200 Subject: [PATCH] added 8x8 virtual office --- Installomator.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index d0002f8..ec74adc 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -762,7 +762,14 @@ r) downloadURL=$( curl -fsL https://formulae.brew.sh/api/cask/r.json | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p' ) expectedTeamID="VZLD955F6P" ;; - +8x8) + # credit: Isaac Ordonez, Mann consulting (@mannconsulting) + name="8x8 - Virtual Office" + type="dmg" + downloadURL=$(curl -fs https://support.8x8.com/cloud-phone-service/voice/virtual-office-desktop/download-virtual-office-desktop | grep -m 1 -o "http.*VOD.*.dmg") + expectedTeamID="FC967L3QRG" + ;; + # MARK: add new labels above here # NOTE: Packages is signed but _not_ notarized, so spctl will reject it