Update README.md
Added -O homeassistant-supervised.deb so that the wget command always save the right filename. This should avoid copy of updated version ending on the disk as .1 .2 etc.
This commit is contained in:
parent
06671c39bd
commit
d32359f4d9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Instructions for installing the OS-Agent can be found [here](https://github.com/
|
||||||
Step 4: Install the Home Assistant Supervised Debian Package:
|
Step 4: Install the Home Assistant Supervised Debian Package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
wget -O homeassistant-supervised.deb https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
||||||
apt install ./homeassistant-supervised.deb
|
apt install ./homeassistant-supervised.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue