From e3fc7fd90a40a904a76e3d6073145d93bad3434a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+adibue@users.noreply.github.com> Date: Mon, 21 Jun 2021 13:50:14 +0200 Subject: [PATCH 1/2] Fixed 'webexteams' URL The URL for `webexteams` appears to have changed yet another time. Good thing: The downloaded `pkg` contains the versions for Intel and Apple Silicon at the same time. So no additional URL required :-) --- Installomator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 5af1a26..b022285 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2714,8 +2714,8 @@ vscodium) webexmeetings) # credit: Erik Stam (@erikstam) name="Cisco Webex Meetings" - type="pkgInDmg" - downloadURL="https://akamaicdn.webex.com/client/webexapp.dmg" + type="pkg" + downloadURL="https://akamaicdn.webex.com/client/Cisco_Webex_Meetings.pkg" expectedTeamID="DE8Y96K9QP" targetDir="/Applications" #blockingProcessesMaxCPU="5" 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 2/2] 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"