From 37786dedf0be519bd6624094f4503811bc71c88e Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Mon, 19 Oct 2020 18:50:49 +0200 Subject: [PATCH] Update example --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caf1ad9..7f4f47e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ This method is considered advanced and should only be used if one is an expert i Run as root (sudo su): ```bash -curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s +wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh +bash installer.sh ``` ### Command line arguments @@ -26,10 +27,11 @@ curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/m | -p \| --prefix | /usr | Binary prefix for hass.io installation | | -s \| --sysconfdir | /etc | Configuration directory for hass.io installation | -you can set these parameters by appending ` -- ` like: +you can set these parameters by appending ` -- ` like: ```bash -curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s -- -m MY_MACHINE +wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh +bash installer.sh --mmachine MY_MACHINE ``` ## Supported Machine types