You need to sign in or sign up before continuing.
vkcalls.sh 298 Bytes
Newer Older
1 2
#!/bin/sh

3
PKGNAME=vk-calls
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="VK Calls for Linux from the official site"
7
URL="https://calls.vk.com/"
8 9 10

. $(dirname $0)/common.sh

11
warn_version_is_not_supported
12 13 14

PKGURL="https://vkcalls-native-ac.vk-apps.com/latest/vk-calls-amd64.deb"

15
install_pkgurl