From eadeab5cd269c93546558c7c8036ec4e9f4ca911 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 31 Mar 2020 10:36:15 +0200 Subject: [PATCH] Update installation.markdown --- source/hassio/installation.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index e9f50c1d278..9b4191bb644 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -152,13 +152,13 @@ curl -fsSL get.docker.com | sh The following script will then install Home Assistant on a variety of operating systems and machine types. ```bash -curl -sL "https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh" | bash -s +curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s ``` Some installation types require flags to identify the computer type, for example, when using a Raspberry Pi 4, the flag `-- -m raspberrypi4` is required. The install script would then look like this: ```bash -curl -sL "https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh" | bash -s -- -m raspberrypi4 +curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s -- -m raspberrypi4 ``` #### Other machine types @@ -179,7 +179,7 @@ curl -sL "https://raw.githubusercontent.com/home-assistant/installer/master/inst - `qemux86` - `qemux86-64` -See the [installer](https://github.com/home-assistant/installer) GitHub page for an up-to-date listing of supported machine types. +See the [installer](https://github.com/home-assistant/supervised-installer) GitHub page for an up-to-date listing of supported machine types. If you can not find your machine type in the list, you should pick the `qemu` release. i.e., `qemux86-64` for a normal 64-bit Linux distribution, or `qemuarm-64` for most modern ARM-based target like Raspberry Pi clones, or TV boxes. @@ -201,7 +201,7 @@ If you can not find your machine type in the list, you should pick the `qemu` re [vmdk]: https://github.com/home-assistant/operating-system/releases/download/3.12/hassos_ova-3.12.vmdk.gz [vhdx]: https://github.com/home-assistant/operating-system/releases/download/3.12/hassos_ova-3.12.vhdx.gz [vdi]: https://github.com/home-assistant/operating-system/releases/download/3.12/hassos_ova-3.12.vdi.gz -[linux]: https://github.com/home-assistant/installer +[linux]: https://github.com/home-assistant/supervised-installer [local]: http://homeassistant.local:8123 [samba]: /addons/samba/ [ssh]: /addons/ssh/