You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
2 years ago
|
// 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";};
|