From 642e8fcb9d62d668a8d0c8880bf3a292cc224086 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 16 May 2018 08:59:41 +0100 Subject: [PATCH] Adding in upgrade instructions (#5379) The upgrade steps got lost along the way, adding them back in. --- .../hassbian/installation.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/_docs/installation/hassbian/installation.markdown b/source/_docs/installation/hassbian/installation.markdown index c6e73879ef2..fcfa8b86793 100644 --- a/source/_docs/installation/hassbian/installation.markdown +++ b/source/_docs/installation/hassbian/installation.markdown @@ -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 +```