updated apt proxy to only use proxy for http

This commit is contained in:
Moritz Holtz 2019-09-08 17:48:55 +02:00
parent f4657b324c
commit 2b213044f4

View file

@ -1,2 +1,2 @@
Acquire::http::Proxy "http://{{ apt.proxy }}";
Acquire::https::Proxy "https://{{ apt.proxy }}";
Acquire::https::Proxy "DIRECT";