Set APT conf and sources.list for Debian Buster
This commit is contained in:
parent
d008fc3355
commit
960956fa10
|
@ -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";
|
|
@ -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
|
Loading…
Reference in New Issue