Skip to content

Commit a1f49cc

Browse files
arretxfabaff
authored andcommitted
HASS.io image changed... (home-assistant#5539)
* HASS.io image changed... I made the mistake of copying and pasting line 34-36 into my MacOS terminal and noticed that the file name has changed since this was written. * Minor change
1 parent fa699f8 commit a1f49cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/hassio/installation.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Please remember to ensure you're using an [appropriate power supply](https://www
3232
There is an easy workaround, just uncompress the image first.
3333

3434
```bash
35-
bunzip2 -c resinos-hassio-1.1-raspberrypi3.img.bz2 > image.img
36-
```
35+
$ bunzip2 -c resinos-hassio-1.3-raspberrypi3.img.bz2 > image.img
36+
```
3737
</p>
3838

3939
- Optional - Setup the WiFi or static IP: On the SD-card, edit the `system-connections/resin-sample` file and follow the [ResinOS howto][resinos-network].
@@ -72,7 +72,7 @@ This is the list of packages you need to have available on your system that will
7272
To perform the Hass.io installation, run the following command as root:
7373

7474
```bash
75-
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
75+
$ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
7676
```
7777

7878
<p class='note'>

0 commit comments

Comments
 (0)