scottkosty / install-tl-ubuntu

Install script for TeX Live on Ubuntu
GNU General Public License v2.0
524 stars 52 forks source link

Find the fastest mirror #4

Closed jtambasco closed 10 years ago

jtambasco commented 11 years ago

An automated system that cycles through mirrors and finds the fastest one would be good!

krlmlr commented 11 years ago

Something along the lines of

sed 's/$/<well-known-largish-file>' mirrors-urls.txt | parallel --gnu time wget <wget-options>

See http://stackoverflow.com/q/13897671/946850

scottkosty commented 10 years ago

I've committed this feature to the devel branch. I will merge to master once this has had some testing.