webex.sh 332 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh

PKGNAME=webex
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='AI-driven collaboration and customer experience that works for you'
URL="https://www.webex.com/"

. $(dirname $0)/common.sh

warn_version_is_not_supported

PKGURL="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"

install_pkgurl