Sign in
coral
/
mendel-minimal
/
7477d543379011e84191181ea22665109f4d89a3
/
.
/
etc
/
apt
/
apt.conf.d
/
01-no-install-recommends
blob: 6cb1f21e3a8a9986326b4ea78163a2f3f39b3236 [
file
] [
log
] [
blame
]
// Prevent the auto-installation of recommends when packages are installed,
// since we are primarily an embedded system and have limited disk and RAM.
APT
::
Install
-
Recommends
"false"
;