You need to sign in or sign up before continuing.
vkteams.sh 335 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=vkteams
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="VK Teams for Linux from the official site"
7
URL="https://biz.mail.ru/teams"
8 9 10

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13 14 15 16 17
# TODO:
VERSION="1.0"

PKGURL="https://vkteams-www.hb.bizmrg.com/linux/x64/vkteams.tar.xz"

18
install_pack_pkgurl "$VERSION"