Debian – How do you select the fastest mirror from the command line?

I want to update my sources.list file with the fastest server from the command line in a fresh Ubuntu Server install. I know this is trivially easy with the GUI, but there doesn’t seem to be a simple way to do it from from the command line?

Automated Process

If you want a utility to do this you could implement such a utility as a simple bash script like the following.

 Read More