From 8e828ce1fad871ea10403bfe465b7ab202239487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+adibue@users.noreply.github.com> Date: Mon, 12 Jul 2021 09:13:35 +0200 Subject: [PATCH] Added 'webex' Added `webex` as Label to `webexteams`, since those are identical. Changed the downloadURL of `webexmeetings` to a working one. --- Installomator.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index b022285..7eda7e5 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2714,13 +2714,14 @@ vscodium) webexmeetings) # credit: Erik Stam (@erikstam) name="Cisco Webex Meetings" - type="pkg" - downloadURL="https://akamaicdn.webex.com/client/Cisco_Webex_Meetings.pkg" + type="pkgInDmg" + downloadURL="https://akamaicdn.webex.com/client/webexapp.dmg" expectedTeamID="DE8Y96K9QP" targetDir="/Applications" #blockingProcessesMaxCPU="5" blockingProcesses=( Webex ) ;; +webex|\ webexteams) # credit: Erik Stam (@erikstam) name="Webex"