1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Fix 99sane-upgrade

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-08 17:51:48 -07:00
parent 4501edcdd9
commit d4798d1caf
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

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