mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Fix 99sane-upgrade
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4501edcdd9
commit
d4798d1caf
@ -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";
|
Loading…
Reference in New Issue
Block a user