Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created April 28, 2013 19:57
Show Gist options
  • Save mikaelhg/5478186 to your computer and use it in GitHub Desktop.
Save mikaelhg/5478186 to your computer and use it in GitHub Desktop.
Ubuntu automatic mirror configuration and fast package download for Vagrant guests
Acquire::http::Pipeline-Depth "15";
deb mirror://mirrors.ubuntu.com/mirrors.txt raring main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt raring-updates main restricted universe multiverse
#deb mirror://mirrors.ubuntu.com/mirrors.txt raring-backports main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt raring-security main restricted universe multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment