Site updated at 2017-02-01 18:12:07 UTC

This commit is contained in:
Travis CI 2017-02-01 18:12:07 +00:00
parent ad7410ec52
commit b62564b9b1
23 changed files with 37 additions and 37 deletions

View file

@ -103,7 +103,7 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
<li>Run the following command</li>
</ul>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh <span class="o">&amp;&amp;</span> sudo chown pi:pi hass_rpi_installer.sh <span class="o">&amp;&amp;</span> bash hass_rpi_installer.sh
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>curl -O https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh <span class="o">&amp;&amp;</span> sudo chown pi:pi hass_rpi_installer.sh <span class="o">&amp;&amp;</span> bash hass_rpi_installer.sh
</code></pre>
</div>
<p class="note warning">