iiNet Ubuntu Mirrors
January 10, 2009Been meaning to do this for a while: have managed to successfully get Ubuntu updating from the iiNet mirrors (which is faster and free content.
Easiest way I’ve found to do it is:
Make a backup copy of /etc/apt/sources.list
cp /etc/apt/sources.list /etc/apt/sources.list.backup
Then, open sources.list
pico /etc/apt/sources.list
then Ctrl-W for "whereis", and then Ctrl-R for "replace"
Replace the existing mirror (whatever appears after "http://"), with ftp.iinet.net.au/pub
Eg, mine went from:
deb http://au.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
to:
deb http://ftp.iinet.net.au/pub/ubuntu/ intrepid-updates main restricted
Works a treat!
