From 7b60d6d88ac27397fcb90e608929c5bc7b49f0f7 Mon Sep 17 00:00:00 2001 From: jbags81 Date: Wed, 25 May 2016 19:11:19 -0400 Subject: [PATCH] fixed typo - missing "bash" in syntax --- .../installation-raspberry-pi-all-in-one.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 703b203bb10..e054f5091a7 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -15,7 +15,7 @@ The only requirement is that you have a Raspberry Pi with a fresh installation o * 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 && bash hass_rpi_installer.sh ``` *Note this command is one line and not run as sudo*