Set APT conf and sources.list for Debian Buster

This commit is contained in:
Jeremy Gardais 2019-01-04 15:04:51 +01:00
parent d008fc3355
commit 960956fa10
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// Should APT install recommended or suggested packages?
APT::Install-Recommends "false";
APT::Install-Suggests "false";
// APT should not consider recommended or suggested packages to be unused
APT::AutoRemove::RecommendsImportant "true";
APT::AutoRemove::SuggestsImportant "true";

View File

@ -0,0 +1,6 @@
# From latecommand - Debian's preseed
deb http://ftp.fr.debian.org/debian/ buster main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ buster main non-free contrib
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free