You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible optimization I thought of was that if --download-only was specified, then don't invoked the _APTMGR when apt-fast finishes downloading files.
However, given issues such as #68 where aptitude does not provide URIs but might select packages differently than apt-get, then aptitude would need to be invoked anyways to finish downloading needed files. So maybe only if _APTMGR is on the whitelist (apt-get, apt) should this optimization be applied.
The text was updated successfully, but these errors were encountered:
One possible optimization I thought of was that if
--download-only
was specified, then don't invoked the _APTMGR when apt-fast finishes downloading files.However, given issues such as #68 where aptitude does not provide URIs but might select packages differently than apt-get, then aptitude would need to be invoked anyways to finish downloading needed files. So maybe only if _APTMGR is on the whitelist (apt-get, apt) should this optimization be applied.
The text was updated successfully, but these errors were encountered: