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

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

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


[ "$($DISTRVENDOR -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1


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

epm install "$PKG"