Site updated at 2016-05-25 21:35:48 UTC

This commit is contained in:
Travis CI 2016-05-25 21:35:48 +00:00
parent 3bff84b137
commit c46ef342ec
20 changed files with 27 additions and 27 deletions

View file

@ -95,15 +95,15 @@
<ul>
<li>Login to Raspberry Pi. For example with <code>ssh pi@your_raspberry_pi_ip</code></li>
<li>Run the following commands</li>
<li>Run the following command</li>
</ul>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh
$ hass_rpi_installer.sh
<div class="code"><pre>$ wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh &amp;&amp; hass_rpi_installer.sh
</pre></div>
</div>
</div>
<p><em>Note this command is one line and not run as sudo</em></p>
<p>Installation will take approx. 1-2 hours depending on the Raspberry Pi model the installer is being run against.</p>