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:
Aaron Lauterer 2025-04-11 10:36:37 +02:00
parent fbb84a2b4c
commit 57cdb88224

View File

@ -206,6 +206,6 @@ intel-microcode set on hold.
----
# apt-mark unhold intel-microcode
# apt update
# apt upgrade
# apt full-upgrade
----
====