chromium-gost.sh 469 Bytes
Newer Older
1
#!/bin/sh
2

3
# filename does not contain -stable, but package name with -stable
4
PKGNAME=chromium-gost-stable
5
REPOPKGNAME=chromium-gost
6
SUPPORTEDARCHES="x86_64"
7
VERSION="$2"
8
DESCRIPTION="Chromium with GOST support from the official site"
9

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

12
#arch=$(epm print info --distro-arch)
13 14 15
arch=amd64
pkgtype=deb

16
PKGURL="$(eget --list --latest https://github.com/deemru/chromium-gost/releases "chromium-gost-$VERSION-linux-$arch.$pkgtype")"
17

18
install_pkgurl