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 77c3b23e3d
Sane apt upgrades
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-24 16:48:16 -07:00

5 lines
190 B
Plaintext

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