viber.sh 252 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=viber
4
SUPPORTEDARCHES="x86_64"
5
DESCRIPTION="Viber for Linux from the official site"
6

7
. $(dirname $0)/common.sh
8 9 10 11 12 13


# the same binaries in deb and rpm
PKG="https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb"

epm install "$PKG"