From 048a4dd86b34c619601fd48f65a74c2df8eaf4d0 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sun, 5 Mar 2023 13:12:56 -0800 Subject: [PATCH] Modernize apt commands (#280) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c9692..8d0daba 100644 --- a/README.md +++ b/README.md @@ -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