We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359496d commit adb32c5Copy full SHA for adb32c5
source/_docs/hassbian/upgrading.markdown
@@ -24,12 +24,12 @@ $ sudo apt-get -y upgrade
24
To update the Home Assistant installation execute the following command as the `pi` user.
25
26
```bash
27
-$ sudo systemctl stop homeassistant@homeassistant.service
+$ sudo systemctl stop home-assistant@homeassistant.service
28
$ sudo su -s /bin/bash homeassistant
29
$ source /srv/homeassistant/bin/activate
30
$ pip3 install --upgrade homeassistant
31
$ exit
32
-$ sudo systemctl start homeassistant@homeassistant.service
+$ sudo systemctl start home-assistant@homeassistant.service
33
```
34
35
#### {% linkable_title Upgrading the hassbian-scripts %}
0 commit comments