diff options
Diffstat (limited to 'apt/apt.conf.noproxy')
-rw-r--r-- | apt/apt.conf.noproxy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt/apt.conf.noproxy b/apt/apt.conf.noproxy new file mode 100644 index 0000000..df12a2b --- /dev/null +++ b/apt/apt.conf.noproxy @@ -0,0 +1,5 @@ +// Acquire::http::Proxy "http://proxy:3128/"; +// Acquire::http::Pipeline-Depth "0"; +// Pre-configure all packages before they are installed. +// (Automatically added by debconf.) +DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; |