autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 1a481b8d53624bbb3f0822b5b22b5dbc9bbb2d51
parent 6cf0327ebeec09fc99ca20677c4a5f9f003d18e4
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun, 15 Nov 2020 12:04:23 +0100

fixed apt's config

Diffstat:
Mtemplates/generic/root/etc/apt/apt.conf.d/02lanconf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/generic/root/etc/apt/apt.conf.d/02lanconf b/templates/generic/root/etc/apt/apt.conf.d/02lanconf @@ -1,7 +1,7 @@ # only install necessary packages, to avoid bloating the # system. Remember: this system is *not* for casual users. -APT::Get::Install-Recommends "false"; -APT::Get::Install-Suggests "false"; +APT::Install-Recommends "false"; +APT::Install-Suggests "false"; # use LAN proxy to fetch packages, which implies there is # no need for local caching.