mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 10:26:15 +00:00
firmware-updates: align apt upgrade to apt full-upgrade
Because 'apt-get upgrade' or 'apt upgrade' will not pull in potential new dependencies and that could lead to a broken system. 'apt-get dist-ugprade' or 'apt full-upgrade' will install new dependencies when needed. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
fbb84a2b4c
commit
57cdb88224
@ -206,6 +206,6 @@ intel-microcode set on hold.
|
||||
----
|
||||
# apt-mark unhold intel-microcode
|
||||
# apt update
|
||||
# apt upgrade
|
||||
# apt full-upgrade
|
||||
----
|
||||
====
|
||||
|
Loading…
Reference in New Issue
Block a user