编辑apt配置文件
1 |
nano /etc/apt/apt.conf.d/proxy.conf |
增加自定义代理
1 2 |
Acquire::http::Proxy "http://<Proxy_Server_IP>:<Port>/"; Acquire::https::Proxy "http://<Proxy_Server_IP>:<Port>/"; |
保存退出即生效
编辑apt配置文件
1 |
nano /etc/apt/apt.conf.d/proxy.conf |
增加自定义代理
1 2 |
Acquire::http::Proxy "http://<Proxy_Server_IP>:<Port>/"; Acquire::https::Proxy "http://<Proxy_Server_IP>:<Port>/"; |
保存退出即生效