diff --git a/templates/05-intel-proxy.in b/templates/05-intel-proxy.in index 6ab17ae..cc3efe8 100644 --- a/templates/05-intel-proxy.in +++ b/templates/05-intel-proxy.in @@ -11,7 +11,7 @@ RUN { \ RUN { \ echo "Acquire::http::proxy \"http://proxy-chain.intel.com:911/\";\n" ; \ - echo "Acquire::https::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \ + echo "Acquire::http::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \ echo "Acquire::ftp::proxy \"ftp://proxy-chain.intel.com:911/\";\n" ; \ echo "Acquire::socks::proxy \"socks://proxy-chain.intel.com:1080/\";\n" ; \ echo "Acquire::http::Proxy::linux-ftp.ostc.intel.com DIRECT;\n" ; \