Updated to use curl
This commit is contained in:
parent
37786dedf0
commit
4f08950f7a
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ This method is considered advanced and should only be used if one is an expert i
|
||||||
Run as root (sudo su):
|
Run as root (sudo su):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
|
curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
|
||||||
bash installer.sh
|
bash installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ bash installer.sh
|
||||||
you can set these parameters by appending ` --<parameter> <value>` like:
|
you can set these parameters by appending ` --<parameter> <value>` like:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
|
curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
|
||||||
bash installer.sh --mmachine MY_MACHINE
|
bash installer.sh --mmachine MY_MACHINE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue