From 92621f5026de0d1e3fc8948493bed2255fe493f5 Mon Sep 17 00:00:00 2001 From: Wuff <40003252+AnonTester@users.noreply.github.com> Date: Tue, 9 May 2023 17:13:04 +0100 Subject: [PATCH] Update README.md using dpkg instead of apt to install local deb package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0daba..2522f24 100644 --- a/README.md +++ b/README.md @@ -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