ungoogled-chromium.sh 384 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=ungoogled-chromium
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Google Chromium, sans integration with Google from the official site"
7 8 9

. $(dirname $0)/common.sh

10
PKG=$(epm tool eget --list --latest https://github.com/clickot/ungoogled-chromium-binaries/releases ungoogled-chromium_${VERSION}_linux.tar.xz) || fatal "Can't get package URL"
11 12

epm install "$PKG"