Update installation-raspberry-pi-all-in-one.markdown

replaced wget with curl due to new Raspbian image issue.
This commit is contained in:
Jonathan Baginski 2017-02-01 13:08:08 -05:00 committed by GitHub
parent 64e83f228a
commit c5ed256603

View File

@ -19,7 +19,7 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
* Run the following command * Run the following command
```bash ```bash
$ wget -Nnv 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 $ 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
``` ```
<p class='note warning'> <p class='note warning'>
Note this command is one-line and not run as sudo. Note this command is one-line and not run as sudo.