diff --git a/etc/apt/apt.conf.d/99sane-upgrades b/etc/apt/apt.conf.d/99sane-upgrades index 8421378..30d491f 100644 --- a/etc/apt/apt.conf.d/99sane-upgrades +++ b/etc/apt/apt.conf.d/99sane-upgrades @@ -1,5 +1,6 @@ -Update-Manager::Always-Include-Phased-Updates; -APT::Get::Always-Include-Phased-Updates; -APT::Get::Upgrade-Allow-New; -APT::Get::Install-Recommends "false"; -APT::Get::Install-Suggests "false"; \ No newline at end of file +Update-Manager::Always-Include-Phased-Updates "true"; +APT::Get::Always-Include-Phased-Updates "true"; +APT::Get::Upgrade-Allow-New "true"; +APT::Install-Recommends "false"; +APT::Install-Suggests "false"; +APT::Get::AutomaticRemove "true"; \ No newline at end of file