From d32359f4d9c5f1f014c9295b0108a4c15fe71871 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 9 Sep 2023 01:49:59 +0200 Subject: [PATCH] Update README.md Added -O homeassistant-supervised.deb so that the wget command always save the right filename. This should avoid copy of updated version ending on the disk as .1 .2 etc. --- 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 ```