mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
fix automate command by adding dash (#8851)
I get ``` pi@hassbian:~ $ sudo hassbian-config upgrade homeassistant /usr/local/bin/hassbian-config: line 140: /opt/hassbian/suites/upgrade_homeassis tant.sh: No such file or directory /usr/local/bin/hassbian-config: line 141: homeassistant-upgrade-package: command not found ``` when running what it currently is. adding the dash in home-assistant fixes the issue
This commit is contained in:
parent
869f3918c5
commit
84b946f726
@ -20,7 +20,7 @@ $ sudo apt-get -y upgrade
|
||||
|
||||
#### {% linkable_title Updating Home Assistant %}
|
||||
<p class='note'>
|
||||
You can use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade homeassistant`
|
||||
You can use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`
|
||||
</p>
|
||||
|
||||
To update the Home Assistant installation execute the following command as the `pi` user.
|
||||
|
Loading…
x
Reference in New Issue
Block a user