Update installation.markdown

This commit is contained in:
Pascal Vizeli 2020-03-31 10:36:15 +02:00 committed by GitHub
parent a8b97518b0
commit eadeab5cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. The following script will then install Home Assistant on a variety of operating systems and machine types.
```bash ```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: 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 ```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 #### Other machine types
@ -179,7 +179,7 @@ curl -sL "https://raw.githubusercontent.com/home-assistant/installer/master/inst
- `qemux86` - `qemux86`
- `qemux86-64` - `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. 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 [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 [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 [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 [local]: http://homeassistant.local:8123
[samba]: /addons/samba/ [samba]: /addons/samba/
[ssh]: /addons/ssh/ [ssh]: /addons/ssh/