Site updated at 2017-03-05 19:57:00 UTC

This commit is contained in:
Travis CI 2017-03-05 19:57:00 +00:00
parent bd35a2f67f
commit e5261adb9c
24 changed files with 39 additions and 39 deletions

View file

@ -104,12 +104,12 @@ Log in as the <code class="highlighter-rouge">pi</code> account and execute the
<p>To update the Home Assistant installation execute the following command as the <code class="highlighter-rouge">pi</code> user.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo systemctl stop homeassistant@homeassistant.service
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo systemctl stop home-assistant@homeassistant.service
<span class="gp">$ </span>sudo su -s /bin/bash homeassistant
<span class="gp">$ </span><span class="nb">source</span> /srv/homeassistant/bin/activate
<span class="gp">$ </span>pip3 install --upgrade homeassistant
<span class="gp">$ </span><span class="nb">exit</span>
<span class="gp">$ </span>sudo systemctl start homeassistant@homeassistant.service
<span class="gp">$ </span>sudo systemctl start home-assistant@homeassistant.service
</code></pre>
</div>