From a1f49cce8a0fbef912013f61c0f52d2ad2ddd6c2 Mon Sep 17 00:00:00 2001 From: Jon Griffith <32052562+arretx@users.noreply.github.com> Date: Wed, 13 Jun 2018 21:06:00 -0700 Subject: [PATCH] HASS.io image changed... (#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 --- source/hassio/installation.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index ab4390e7b15..3d62ece3620 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -32,8 +32,8 @@ Please remember to ensure you're using an [appropriate power supply](https://www There is an easy workaround, just uncompress the image first. ```bash - bunzip2 -c resinos-hassio-1.1-raspberrypi3.img.bz2 > image.img - ``` + $ bunzip2 -c resinos-hassio-1.3-raspberrypi3.img.bz2 > image.img + ```

- 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 To perform the Hass.io installation, run the following command as root: ```bash -curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s +$ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s ```