Sign in
coral
/
mendel-minimal
/
89345375f5365ca6b0034e7c1f46996eb740ca0c
/
.
/
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"
;