1c-connect.sh 407 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh

PKGNAME=1c-connect
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
# is not supported
DESCRIPTION="1C Connect — Service & Help desk со встроенным удалённым доступом и мессенджером"
URL="https://1c-connect.com"

. $(dirname $0)/common.sh

PKGURL="https://updates.1c-connect.com/desktop/distribs/1C-Connect-Linux-x64.tar.gz"
epm pack --install $PKGNAME "$PKGURL"