Skip to content

Commit 764fb46

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/react-18.3.1
2 parents 7c27a59 + ac1e6ef commit 764fb46

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

documentation/setup/download.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ If you are not sure what type of Home Assistant you are using or how to find tha
2121
1. Start the SSH add-on
2222
1. Connect to the SSH add-on
2323
1. Run the HACS download script
24-
24+
1. After the script completes, restart Home Assistant
2525
```bash
2626
wget -O - https://get.hacs.xyz | bash -
2727
```
2828

29+
2930
</TabItem>
3031
<TabItem value="container" label="Container">
3132

3233
1. Open a terminal
3334
1. Go inside the container with `docker exec -it homeassistant bash` (or similar)
3435
1. Run the HACS download script
35-
36+
1. After the script completes, restart the container
3637
```bash
3738
wget -O - https://get.hacs.xyz | bash -
3839
```
@@ -44,11 +45,12 @@ wget -O - https://get.hacs.xyz | bash -
4445
1. Open a terminal
4546
1. Change to the user that is running Home Assistant
4647
1. Run the HACS download script
47-
48+
1. After the script completes, restart Core
4849
```bash
4950
wget -O - https://get.hacs.xyz | bash -
5051
```
5152

53+
5254
</TabItem>
5355

5456
</Tabs>

0 commit comments

Comments
 (0)