Added one line installation
This commit is contained in:
parent
5fa7341d9c
commit
e3676bdc2b
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervise
|
||||||
bash installer.sh --machine MY_MACHINE
|
bash installer.sh --machine MY_MACHINE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or with one line
|
||||||
|
```bash
|
||||||
|
curl -sfL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s --machine MY_MACHINE
|
||||||
|
```
|
||||||
|
|
||||||
## Supported Machine types
|
## Supported Machine types
|
||||||
|
|
||||||
- intel-nuc
|
- intel-nuc
|
||||||
|
|
Loading…
Reference in a new issue