add apt configs for aptitude an no-recommends

This commit is contained in:
Stefan Bühler 2019-08-10 15:50:27 +02:00
parent c516021dbe
commit 7a1db8256a
2 changed files with 4 additions and 0 deletions

2
apt.conf.d/99aptitude Normal file
View File

@ -0,0 +1,2 @@
aptitude::UI::Package-Display-Format "%c%a%M%S %p %O %Z %v %V";
aptitude::Auto-Fix-Broken "false";

View File

@ -0,0 +1,2 @@
APT::Get::Install-Recommends "false";
APT::Get::Install-Suggests "false";