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:
Andrea 2023-09-09 01:49:59 +02:00 committed by GitHub
parent 06671c39bd
commit d32359f4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```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
```