1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00
Linux-Setup-Scripts/etc/apt/apt.conf.d/99sane-upgrades
Tommy d4798d1caf
Fix 99sane-upgrade
Signed-off-by: Tommy <contact@tommytran.io>
2024-05-08 17:51:48 -07:00

6 lines
235 B
Plaintext

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";