mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
HASSbian, fix service name in docs.
Fix name of service. Mentioned in https://github.com/home-assistant/home-assistant.github.io/issues/2200 by @m4rkireland
This commit is contained in:
parent
359496de1e
commit
adb32c52a1
@ -24,12 +24,12 @@ $ sudo apt-get -y upgrade
|
|||||||
To update the Home Assistant installation execute the following command as the `pi` user.
|
To update the Home Assistant installation execute the following command as the `pi` user.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo systemctl stop homeassistant@homeassistant.service
|
$ sudo systemctl stop home-assistant@homeassistant.service
|
||||||
$ sudo su -s /bin/bash homeassistant
|
$ sudo su -s /bin/bash homeassistant
|
||||||
$ source /srv/homeassistant/bin/activate
|
$ source /srv/homeassistant/bin/activate
|
||||||
$ pip3 install --upgrade homeassistant
|
$ pip3 install --upgrade homeassistant
|
||||||
$ exit
|
$ exit
|
||||||
$ sudo systemctl start homeassistant@homeassistant.service
|
$ sudo systemctl start home-assistant@homeassistant.service
|
||||||
```
|
```
|
||||||
|
|
||||||
#### {% linkable_title Upgrading the hassbian-scripts %}
|
#### {% linkable_title Upgrading the hassbian-scripts %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user