Adding in upgrade instructions (#5379)

The upgrade steps got lost along the way, adding them back in.
This commit is contained in:
DubhAd 2018-05-16 08:59:41 +01:00 committed by Fabian Affolter
parent 415199ac15
commit 642e8fcb9d

View File

@ -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
```