docs: Remove an "e.g." when we have explicit steps.

(cherry picked from commit 5df48dd4d0)
This commit is contained in:
Alex Vandiver
2024-07-31 18:12:13 +00:00
committed by Tim Abbott
parent ee56ba45fc
commit 27a16b85fb

View File

@@ -313,10 +313,8 @@ instructions for other supported platforms.
/home/zulip/deployments/current/manage.py backup --output=/home/zulip/release-upgrade.backup.tar.gz
```
3. Switch to the root user and upgrade the operating system using the
OS's standard tooling. E.g. for Ubuntu, this means running
`do-release-upgrade` and following the prompts until it completes
successfully:
3. Switch to the root user and upgrade the operating system, following
the prompts until it completes successfully:
```bash
sudo -i # Or otherwise get a root shell
@@ -378,10 +376,8 @@ confirm everything is working correctly.
/home/zulip/deployments/current/manage.py backup --output=/home/zulip/release-upgrade.backup.tar.gz
```
3. Switch to the root user and upgrade the operating system using the
OS's standard tooling. E.g. for Ubuntu, this means running
`do-release-upgrade` and following the prompts until it completes
successfully:
3. Switch to the root user and upgrade the operating system, following
the prompts until it completes successfully:
```bash
sudo -i # Or otherwise get a root shell