Files
Installomator/fragments/labels/webex.sh
2021-08-16 16:55:28 +02:00

13 lines
392 B
Bash

webex|\
webexteams)
# credit: Erik Stam (@erikstam)
name="Webex"
type="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"
;;