Commit 86fcab23 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-update: improve message about repo update errors

parent fa3fd618
......@@ -94,6 +94,11 @@ case $BASEDISTRNAME in
sudocmd apt-get update
ret="$?"
cd - >/dev/null
if [ "$ret" != "0" ] && [ -z "$quiet" ] ; then
warning "There are some errors with repo info updating. Check apt repos:"
docmd epm repo list
warning "Also check if you have an internet connection (ping to the problem site)"
fi
return $ret
;;
esac
......
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