mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Beta version: remove Core and Supervised specific steps (#39225)
This commit is contained in:
parent
d4106616b2
commit
9f7f68fa8b
@ -2,7 +2,7 @@
|
||||
|
||||
If you would like to test next release before anyone else, you can install the beta version.
|
||||
|
||||
{% if page.installation == "os" or page.installation == "supervised" %}
|
||||
{% if page.installation == "os" %}
|
||||
|
||||
{% tabbed_block %}
|
||||
|
||||
@ -53,28 +53,5 @@ docker pull {{ site.installation.container }}:beta
|
||||
|
||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||
|
||||
{% elsif page.installation == "core" %}
|
||||
|
||||
1. Stop the Home Assistant service.
|
||||
|
||||
2. Switch to the user that is running Home Assistant.
|
||||
|
||||
```bash
|
||||
sudo -u homeassistant -H -s
|
||||
```
|
||||
|
||||
3. Activate the virtual environment that Home Assistant is running in.
|
||||
|
||||
```bash
|
||||
source /srv/homeassistant/bin/activate
|
||||
```
|
||||
|
||||
4. Download and install the beta version.
|
||||
|
||||
```bash
|
||||
pip3 install --pre --upgrade homeassistant
|
||||
```
|
||||
|
||||
5. When that is complete, start the service again for it to use the new files.
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user