Commit b2eaf6e6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play ungoogled-chromium: keep old version due libc.so.6(GLIBC_2.33)

parent 8a68981d
......@@ -7,6 +7,13 @@ DESCRIPTION="Google Chromium, sans integration with Google from the official sit
. $(dirname $0)/common.sh
# keep old version due libc.so.6(GLIBC_2.33)(64bit)
if [ "$VERSION" = "*" ] && [ "$(epm print info -s)" = "alt" ] && [ "$(epm print info -r)" = "p10" ] ; then
VERSION="113.0.5672.127"
fi
[ "$VERSION" != "*" ] && VERSION="$VERSION-1.1"
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"
epm install "$PKG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment