From 4f08950f7a5ad2d91d7b7e99e0cccc5c0043d2b8 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Mon, 19 Oct 2020 20:15:03 +0200 Subject: [PATCH] Updated to use curl --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f4f47e..d4f182c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This method is considered advanced and should only be used if one is an expert i Run as root (sudo su): ```bash -wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh +curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh bash installer.sh ``` @@ -30,7 +30,7 @@ bash installer.sh you can set these parameters by appending ` -- ` like: ```bash -wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh +curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh bash installer.sh --mmachine MY_MACHINE ```