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

Do not need authentication when the operation does not need authentication #236

Closed hueychen27 closed 7 months ago

hueychen27 commented 10 months ago

If you just type apt-fast by itself, it requests for authentication, which isn't needed unless it does something needing root user.

hueychen27 commented 6 months ago

Nice