Modernize apt commands
This commit is contained in:
parent
9eb7b0348b
commit
b82b06cd9b
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Run the following commands as root (`su -` or `sudo su -` on machines with sudo
|
|||
Step 1: Install the following dependencies with this command:
|
||||
|
||||
```bash
|
||||
apt-get install \
|
||||
apt install \
|
||||
apparmor \
|
||||
jq \
|
||||
wget \
|
||||
|
@ -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
|
||||
dpkg -i homeassistant-supervised.deb
|
||||
apt install ./homeassistant-supervised.deb
|
||||
```
|
||||
|
||||
## Supported Machine types
|
||||
|
|
Loading…
Reference in a new issue