updated apt proxy to only use proxy for http
This commit is contained in:
parent
f4657b324c
commit
2b213044f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
Acquire::http::Proxy "http://{{ apt.proxy }}";
|
||||
Acquire::https::Proxy "https://{{ apt.proxy }}";
|
||||
Acquire::https::Proxy "DIRECT";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue