From 54684c2d20974b19264e213fc1ec83c0dff76a0a Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:14:47 +0200 Subject: [PATCH] docs: remove instruction on dev-desktops update guide --- service-catalog/dev-desktops/how-to-update-system.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service-catalog/dev-desktops/how-to-update-system.md b/service-catalog/dev-desktops/how-to-update-system.md index 3112ab8..497c049 100644 --- a/service-catalog/dev-desktops/how-to-update-system.md +++ b/service-catalog/dev-desktops/how-to-update-system.md @@ -37,6 +37,5 @@ To update the Ubuntu version: 1. Update the packages as described above. 2. Run `sudo do-release-upgrade` to upgrade to the next LTS version. 3. The system should reboot automatically after the upgrade. -4. Run `sudo apt --fix-broken install` to fix any broken packages. -5. Apply the Ansible playbook again to ensure it still works -6. Reboot the machine to ensure all services are running with the latest versions: `sudo reboot now` +4. Apply the Ansible playbook again to ensure it still works +5. Reboot the machine to ensure all services are running with the latest versions: `sudo reboot now`