diff --git a/Installomator.sh b/Installomator.sh index 9908811..a272a96 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2764,9 +2764,13 @@ webexmeetings) ;; webexteams) # credit: Erik Stam (@erikstam) - name="Webex Teams" + name="Webex" type="dmg" - downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/WebexTeams.dmg" + if [[ $(arch) == arm64 ]]; then + downloadURL="https://binaries.webex.com/WebexDesktop-MACOS-Apple-Silicon-Gold/Webex.dmg" + elif [[ $(arch) == i386 ]]; then + downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/Webex.dmg" + fi expectedTeamID="DE8Y96K9QP" ;; whatsapp)