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

Fixed wrong string comparison #185

Closed dityaaa closed 3 years ago

dityaaa commented 3 years ago

Screenshot

I'm sorry, in previous PR, I use wrong comparison operator that led to conversion error if filename contain unexpected character followed by number like the picture above. This PR should've fixed that.

NobodyXu commented 3 years ago

@ilikenwf We should serioulsy considered setup a CI.

It would be great if we can add a github action that uses apt-fast to install something - anything.

gothicVI commented 3 years ago

@ilikenwf We should serioulsy considered setup a CI.

This sounds way out of proportion given how seldomly changes are merged. This is not a highly active project.

dityaaa commented 3 years ago

Closing this PR, as I believe this is fixed in #186