apt.conf.d: Set default options for Recommends and Suggests packages.
This commit is contained in:
parent
29f72d2b6b
commit
c581257115
@ -25,4 +25,9 @@ APT
|
|||||||
Clean-Installed "true";
|
Clean-Installed "true";
|
||||||
// Default Debian to manage: Unstable/Sid
|
// Default Debian to manage: Unstable/Sid
|
||||||
Default-Release "unstable";
|
Default-Release "unstable";
|
||||||
|
|
||||||
|
// Recommends and Suggests dependencies
|
||||||
|
Install-Recommends "true";
|
||||||
|
Install-Suggests "false";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user