Searched refs:APT_PROXY (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-ubuntu.in230 # APT_PROXY will be used to set /etc/apt/apt.conf.d/70proxy in the container.
244 APT_PROXY=$squid_proxy_line
247 APT_PROXY=
251 RES=`apt-config shell APT_PROXY Acquire::http::Proxy`
253 [ -z "$APT_PROXY" ] || export http_proxy=$APT_PROXY
256 APT_PROXY=$HTTP_PROXY
268 if [ -n "$APT_PROXY" ]; then
271 Acquire::http::Proxy "$APT_PROXY" ;

Completed in 9 milliseconds