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

PKGNAME=viber
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Viber for Linux from the official site"
7
URL="https://viber.com"
8

9
. $(dirname $0)/common.sh
10

11
warn_version_is_not_supported
12

13
PKGURL="https://download.cdn.viber.com/desktop/Linux/viber.AppImage"
14

15
install_pkgurl