Skip to content

Instantly share code, notes, and snippets.

@gbaudoin
Created November 27, 2015 13:26
Show Gist options
  • Save gbaudoin/3fa6c47943cebd02f3b9 to your computer and use it in GitHub Desktop.
Save gbaudoin/3fa6c47943cebd02f3b9 to your computer and use it in GitHub Desktop.
Auto select the best mirror for apt-get update in /etc/apt/sources.list
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted universe multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment