Commit d02e72c5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play lunacy: don't install if glibc is too old

parent f3df18b3
......@@ -20,6 +20,12 @@ case "$arch" in
;;
esac
[ "$VERSION" = "*" ] || fatal "versioning is not supported"
if ! is_glibc_enough 2.34 ; then
fatal "glibc is too old"
fi
# https://icons8.ru/lunacy
epm install "https://lcdn.icons8.com/setup/$file"
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