Commit d90d0c1d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play hiddify: up required glibc to 2.34

parent b6c74b78
...@@ -7,7 +7,7 @@ URL="https://github.com/hiddify/hiddify-next" ...@@ -7,7 +7,7 @@ URL="https://github.com/hiddify/hiddify-next"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
if ! is_glibc_enough 2.32 ; then if ! is_glibc_enough 2.34 ; then
fatal "Версия glibc слишком старая, обновите свою систему" fatal "Версия glibc слишком старая, обновите свою систему"
fi fi
......
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