From d4798d1caf5484ecdf526a90081932dcd535a600 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 8 May 2024 17:51:48 -0700 Subject: [PATCH] Fix 99sane-upgrade Signed-off-by: Tommy --- etc/apt/apt.conf.d/99sane-upgrades | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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