Created
June 25, 2014 06:57
-
-
Save h3xxx/970a45fb49327783811a to your computer and use it in GitHub Desktop.
apt proxy configuration
This file contains hidden or 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
// /etc/apt/apt.conf | |
// replace proxy_server.com:8000 with your proxy server url | |
Acquire::http::proxy "http://proxy_server.com:8000/"; | |
Acquire::ftp::proxy "ftp://proxy_server.com:8000/"; | |
Acquire::https::proxy "https://proxy_server.com:8000/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment