mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Running a specific version in HA: link procedure on ssh add-on set up (#40119)
This commit is contained in:
parent
70bb862af1
commit
1d52d0e8a2
@ -12,7 +12,7 @@ In the event that a Home Assistant Core version doesn't play well with your hard
|
|||||||
|
|
||||||
{% if page.installation == "os"%}
|
{% if page.installation == "os"%}
|
||||||
|
|
||||||
To upgrade to a specific version, you can use the CLI. The example below shows how to upgrade to `{{current_version}}`.
|
To upgrade to a specific version, you can use the command line (CLI). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha core update --version {{current_version}} --backup
|
ha core update --version {{current_version}} --backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user