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

PKGNAME=vinteo.desktop
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Client for Vinteo videoconferencing server"


. $(dirname $0)/common.sh

arch=amd64
pkgtype=deb

PKG=$(epm tool eget --list --latest https://download.vinteo.com/VinteoClient/linux/ "Vinteo.Desktop-[[:digit:]]*-$arch.$pkgtype") || fatal "Can't get package URL"

epm install "$PKG"