From 8b004cc97a16ebf39b883863bfd837e597d9d71d Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 12 Sep 2023 10:42:20 +0200 Subject: [PATCH] Update README.md (#319) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57511bd..347154a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Instructions for installing the OS-Agent can be found [here](https://github.com/ Step 4: Install the Home Assistant Supervised Debian Package: ```bash -wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb +wget -O homeassistant-supervised.deb https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb apt install ./homeassistant-supervised.deb ```