Commit a9b3e510 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play telegram: set maximal version for glibc

parent 4e3795c1
......@@ -11,8 +11,12 @@ TIPS="Run 'epm play telegram-desktop=beta' to install beta version of the Telegr
if [ "$VERSION" = "*" ] ; then
[ "$PKGNAME" = "$BASEPKGNAME" ] || VERSION="*beta"
if ! is_glibc_enough 2.32 ; then
VERSION="4.9.5"
fi
fi
PKGURL=$(epm tool eget --list --latest https://github.com/telegramdesktop/tdesktop/releases "tsetup.$VERSION*.tar.xz") #"
[ -n "$PKGURL" ] || fatal "Can't get package URL"
......
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