Commit 7570a211 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm update: add --check-apt-db-days

parent 47f46322
......@@ -203,6 +203,10 @@ epm_update()
__epm_update_content_index
return
fi
if [ "$1" = "--check-apt-db-days" ] ; then
__epm_check_apt_db_days && info "APT DB is up to date"
return
fi
# update with args is the alias for upgrade
#if [ -n "$*" ] ; then
......
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