Skip to content

Commit 8f3b40d

Browse files
author
Jonathan Baginski
authored
Update installation-raspberry-pi-all-in-one.markdown
formatting fix
1 parent 23985c3 commit 8f3b40d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

source/getting-started/installation-raspberry-pi-all-in-one.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,7 @@ To upgrade the All-In-One setup manually:
6363
* Type `exit` to logout the hass user and return to the `pi` user.
6464

6565
<p class='note note'>
66-
If you deployed Home Assistant via the AiO installer prior to December 2016, you will need to use the following commands:
67-
68-
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
69-
* Change to homeassistant user `sudo su -s /bin/bash hass`
70-
* Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate`
71-
* Update HA `pip3 install --upgrade homeassistant`
72-
* Type `exit` to logout the hass user and return to the `pi` user.
73-
74-
</p>
66+
If you deployed Home Assistant via the AiO installer prior to December 2016, replace `sudo su -s /bin/bash homeassistant` with `sudo su -s /bin/bash hass` and `source /srv/homeassistant/homeassistant_venv/bin/activate` with `source /srv/hass/hass_venv/bin/activate`</p>
7567

7668

7769
To upgrade with fabric:

0 commit comments

Comments
 (0)