Created
January 19, 2012 15:02
-
-
Save bepcyc/1640454 to your computer and use it in GitHub Desktop.
Proxy for apt in Debian/Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define in apt.conf | |
Acquire { | |
Retries "0"; | |
HTTP { | |
Proxy "http://username:[email protected]:8080"; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment