mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
13 lines
392 B
Bash
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"
|
|
;;
|