]> git.proxmox.com Git - pve-docs.git/blobdiff - system-software-updates.adoc
vzdump: drop overly scary & outdated warning about fleecing
[pve-docs.git] / system-software-updates.adoc
index 76df2174dedcd68b22ce28851856b04e43a720e5..471ff1edef0fcbe3b9a984df85d71544e906acab 100644 (file)
@@ -1,26 +1,20 @@
+[[system_software_updates]]
 System Software Updates
 -----------------------
-include::attributes.txt[]
-
 ifdef::wiki[]
 :pve-toplevel:
 endif::wiki[]
 
-We provide regular package updates on all repositories. You can
-install those update using the GUI, or you can directly run the CLI
-command `apt-get`:
-
- apt-get update
- apt-get dist-upgrade
+Proxmox provides updates on a regular basis for all repositories. To install
+updates use the web-based GUI or the following CLI commands:
 
-NOTE: The `apt` package management system is extremely flexible and
-provides countless of feature - see `man apt-get` or <<Hertzog13>> for
-additional information.
+----
+# apt-get update
+# apt-get dist-upgrade
+----
 
-You should do such updates at regular intervals, or when we release
-versions with security related fixes. Major system upgrades are
-announced at the {forum}. Those announcement also contain detailed
-upgrade instructions.
+NOTE: The APT package management system is very flexible and provides many
+features, see `man apt-get`, or <<Hertzog13>> for additional information.
 
-TIP: We recommend to run regular upgrades, because it is important to
-get the latest security updates.
+TIP: Regular updates are essential to get the latest patches and security
+related fixes. Major system upgrades are announced in the {forum}.