From 1c4ee226397de5b8a0147e36f8d34558d7125b19 Mon Sep 17 00:00:00 2001 From: jbags81 Date: Wed, 25 May 2016 17:31:40 -0400 Subject: [PATCH] collapsed installer kickstart command. --- .../installation-raspberry-pi-all-in-one.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 95f0152abe9..40da362f1a4 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -12,12 +12,12 @@ The [Raspberry Pi All-In-One Installer](https://github.com/home-assistant/fabric The only requirement is that you have a Raspberry Pi with a fresh installation of [Raspbian Jessie/Jessie Lite](https://www.raspberrypi.org/downloads/raspbian/) connected to your network. * Login to Raspberry Pi. For example with `ssh pi@your_raspberry_pi_ip` -* Run the following commands +* 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 && hass_rpi_installer.sh ``` +*Note this command is one line and not run as sudo* Installation will take approx. 1-2 hours depending on the Raspberry Pi model the installer is being run against.