Modernize apt commands

This commit is contained in:
Daniel Lo Nigro 2023-03-04 20:25:50 -08:00 committed by GitHub
parent 9eb7b0348b
commit b82b06cd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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