diff options
Diffstat (limited to 'apt/apt.conf.proxy')
-rw-r--r-- | apt/apt.conf.proxy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apt/apt.conf.proxy b/apt/apt.conf.proxy new file mode 100644 index 0000000..e99c678 --- /dev/null +++ b/apt/apt.conf.proxy @@ -0,0 +1,6 @@ +Acquire::http::Proxy "http://proxy:3128/"; +// Acquire::http::Proxy "http://proxy:8080/"; +// 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";}; |