Commit c7846c70 authored by Vitaly Lipatov's avatar Vitaly Lipatov

ALT rpm does not support https

parent eb38e054
......@@ -21,6 +21,8 @@ __use_url_install()
{
case $DISTRNAME in
"ALTLinux")
# not for https
echo "$pkg_urls" | grep -q "https://" && return 1
pkg_names="$pkg_names $pkg_urls"
return 0
;;
......
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