Update README.md
using dpkg instead of apt to install local deb package
This commit is contained in:
parent
be8508f7ef
commit
92621f5026
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Step 4: Install the Home Assistant Supervised Debian Package:
|
|||
|
||||
```bash
|
||||
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
||||
apt install ./homeassistant-supervised.deb
|
||||
dpkg -i ./homeassistant-supervised.deb
|
||||
```
|
||||
|
||||
## Supported Machine types
|
||||
|
|
Loading…
Reference in a new issue