Commit 19355798 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play assisant: fix locale for cyrillic URL

parent f1cabbb6
......@@ -20,7 +20,7 @@ pkg="$($DISTRVENDOR -p)"
# parse vendor site
tmpfile=$(mktemp)
epm tool eget -q -O- "https://мойассистент.рф/скачать" | grep -A50 "Ассистент для LINUX" >$tmpfile
LANG=ru_RU.UTF8 epm tool eget -q -O- "https://мойассистент.рф/скачать" | grep -A50 "Ассистент для LINUX" >$tmpfile
url_by_order()
{
......
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