Difference between revisions of "New page"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Created page with "// Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out. DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || tr...")
 
 
Line 1: Line 1:
 +
 +
<pre>
 
// Pre-configure all packages with debconf before they are installed.
 
// Pre-configure all packages with debconf before they are installed.
 
// If you don't like it, comment it out.
 
// If you don't like it, comment it out.
Line 8: Line 10:
 
~
 
~
 
~
 
~
 +
</pre>

Latest revision as of 17:37, 28 March 2018

// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};

Acquire::http::proxy "http://64.141.    87.24:9480";
Acquire::http::proxy "http://165.225.    50.9:9480";
~
~
~