fixed typo - missing "bash" in syntax

This commit is contained in:
jbags81 2016-05-25 19:11:19 -04:00
parent 1bdeaaaa09
commit 7b60d6d88a

View File

@ -15,7 +15,7 @@ The only requirement is that you have a Raspberry Pi with a fresh installation o
* Run the following command
```bash
$ wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && hass_rpi_installer.sh
$ wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh
```
*Note this command is one line and not run as sudo*