ilikenwf / apt-fast

apt-fast: A shellscript wrapper for apt that speeds up downloading of packages.
http://www.mattparnell.com/projects/apt-fast-and-axel-roughly-26x-faster-apt-get-installations-and-upgrades.html
GNU General Public License v3.0
1.96k stars 185 forks source link

don't rely on dpkg to check for aria2/aria2c #195

Closed slycordinator closed 2 years ago

slycordinator commented 2 years ago

Changes to check for aria2c with the shell's built-in "type" command instead of querying dpkg.

Lasall commented 2 years ago

Thank you very much!