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] 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"