Modernize apt commands (#280)

This commit is contained in:
Daniel Lo Nigro 2023-03-05 13:12:56 -08:00 committed by GitHub
parent 9eb7b0348b
commit 048a4dd86b
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: Step 1: Install the following dependencies with this command:
```bash ```bash
apt-get install \ apt install \
apparmor \ apparmor \
jq \ jq \
wget \ wget \
@ -44,7 +44,7 @@ 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 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 ## Supported Machine types