File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ Use the following syntax for authenticated proxy access:
6161
6262 export http_proxy=http://USERNAME:[email protected] :8080/ 6363
64+ If you use Debian you need to additionally specify the proxy for apt in:
65+
66+ sudo vim.tiny /etc/apt/apt.conf.d/proxy.conf
67+
68+ Add the following lines with your proxy and port:
69+ ``` console
70+ Acquire::http::Proxy "http://proxy_server:port/";
71+ Acquire::https::Proxy "http://proxy_server:port/";
72+ ```
73+
74+ If you use authentication:
75+
76+ Acquire::http::Proxy "http://user:password@proxy_server:port/";
77+
6478Note that the following domains must be reachable through the proxy:
6579
6680 cactus.de (only for downloading test data, not needed if run with "--skip-tags test")
You can’t perform that action at this time.
0 commit comments