File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,19 @@ If you are not sure what type of Home Assistant you are using or how to find tha
21
21
1 . Start the SSH add-on
22
22
1 . Connect to the SSH add-on
23
23
1 . Run the HACS download script
24
-
24
+ 1 . After the script completes, restart Home Assistant
25
25
``` bash
26
26
wget -O - https://get.hacs.xyz | bash -
27
27
```
28
28
29
+
29
30
</TabItem >
30
31
<TabItem value = " container" label = " Container" >
31
32
32
33
1 . Open a terminal
33
34
1 . Go inside the container with ` docker exec -it homeassistant bash ` (or similar)
34
35
1 . Run the HACS download script
35
-
36
+ 1 . After the script completes, restart the container
36
37
``` bash
37
38
wget -O - https://get.hacs.xyz | bash -
38
39
```
@@ -44,11 +45,12 @@ wget -O - https://get.hacs.xyz | bash -
44
45
1 . Open a terminal
45
46
1 . Change to the user that is running Home Assistant
46
47
1 . Run the HACS download script
47
-
48
+ 1 . After the script completes, restart Core
48
49
``` bash
49
50
wget -O - https://get.hacs.xyz | bash -
50
51
```
51
52
53
+
52
54
</TabItem >
53
55
54
56
</Tabs >
You can’t perform that action at this time.
0 commit comments