Skip to content

Commit c5ed256

Browse files
author
Jonathan Baginski
authored
Update installation-raspberry-pi-all-in-one.markdown
replaced wget with curl due to new Raspbian image issue.
1 parent 64e83f2 commit c5ed256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
1919
* Run the following command
2020

2121
```bash
22-
$ 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
22+
$ 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
2323
```
2424
<p class='note warning'>
2525
Note this command is one-line and not run as sudo.

0 commit comments

Comments
 (0)