Skip to content

Commit

Permalink
docs: document how to update ubuntu in dev-desktops
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Sep 5, 2024
1 parent 3d02a5f commit 1590133
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions service-catalog/dev-desktops/how-to-update-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ are no longer needed:
```shell
sudo apt autoremove
```

## Update Ubuntu

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

0 comments on commit 1590133

Please sign in to comment.