Advertisement
Infra_HDC

to disable apt proxy for https

Nov 30th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $ cat /etc/apt/apt.conf
  2. Acquire::http::Proxy "http://192.168.x.xxx:3142/";
  3. # by RD 29-JUN-2017
  4. Acquire::https::Proxy "false";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement