Commit d0725e5b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm downgrade: skip redundant update_repo_if_needed when tmp apt config is active

parent 7cd93895
......@@ -119,6 +119,9 @@ update_repo_if_needed()
{
local days
# skip if already updated via temporary apt config
[ -n "$__EPM_APT_TMPDIR" ] && return
# for apt only
case $PMTYPE in
apt-*)
......
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