mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Adding in upgrade instructions (#5379)
The upgrade steps got lost along the way, adding them back in.
This commit is contained in:
parent
415199ac15
commit
642e8fcb9d
@ -64,3 +64,23 @@ You may need to adjust the country code depending upon where you are. A list of
|
||||
[etcher]: https://etcher.io/
|
||||
[http://hassbian.local:8123]: http://hassbian.local:8123
|
||||
[wifi-setup]: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
|
||||
|
||||
## {% linkable_title Updating %}
|
||||
|
||||
The [Hassbian Scripts](https://github.com/home-assistant/hassbian-scripts) are the easiest way of updating both the host operating system, and Home Assistant.
|
||||
|
||||
### {% linkable_title Updating Home Assistant %}
|
||||
|
||||
SSH to your system as the user `pi` and run:
|
||||
|
||||
```bash
|
||||
$ sudo hassbian-config upgrade homeassistant
|
||||
```
|
||||
|
||||
### {% linkable_title Updating the host operating system %}
|
||||
|
||||
SSH to your system as the user `pi` and run:
|
||||
|
||||
```bash
|
||||
$ sudo hassbian-config upgrade hassbian
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user