#!/bin/sh PKGNAME=viber SUPPORTEDARCHES="x86_64" VERSION="$2" DESCRIPTION="Viber for Linux from the official site" . $(dirname $0)/common.sh [ "$VERSION" = "*" ] || fatal "Only latest Viber version is allowed" # the same binaries in deb and rpm PKG="https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb" epm install "$PKG"