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.laute...@proxmox.com>
---
 firmware-updates.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firmware-updates.adoc b/firmware-updates.adoc
index f722f4c..ea31dac 100644
--- a/firmware-updates.adoc
+++ b/firmware-updates.adoc
@@ -206,6 +206,6 @@ intel-microcode set on hold.
 ----
 # apt-mark unhold intel-microcode
 # apt update
-# apt upgrade
+# apt full-upgrade
 ----
 ====
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to