Skip to content

Commit c65cec1

Browse files
genestealerfabaff
authored andcommitted
Moved warning above command. (home-assistant#2752)
* Moved warning above command. Moved warning above command to ease reading. * Remove note
1 parent 87ab5b6 commit c65cec1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/_docs/installation/raspberry-pi-all-in-one.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
1919
Irrespective of whether you use SSH to connect to the Pi from another computer or not, you need SSH to install Home Assistant. So go ahead and enable SSH.
2020

2121
* Login to Raspberry Pi. For example with `ssh pi@your_raspberry_pi_ip`
22-
* Run the following command
22+
* Run the following command:
23+
24+
<p class='note warning'>
25+
This command is a one-liner and not run as sudo.
26+
</p>
2327

2428
```bash
2529
$ curl -O https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && sudo chown pi:pi hass_rpi_installer.sh && bash hass_rpi_installer.sh
2630
```
27-
<p class='note warning'>
28-
Note this command is one-line and not run as sudo.
29-
</p>
3031

3132
Installation will take approx. 1-2 hours depending on the Raspberry Pi model the installer is being run against. The installer will identitfy what Raspberry Pi hardware revision you are using and adjust commands accordingly. A complete log of the install is located at: `/home/pi/fabric-home-assistant/installation_report.txt` The installer has been updated to simply log any errors encountered, but resume installing. Please consult the "installation report" if your install encountered issues.
3233

0 commit comments

Comments
 (0)