mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
update path
This commit is contained in:
parent
c9dea1ece3
commit
ce287bba39
@ -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/hassio-installer/master/hassio_install.sh" | bash -s
|
||||
curl -sL "https://raw.githubusercontent.com/home-assistant/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/hassio-installer/master/hassio_install.sh" | bash -s -- -m raspberrypi4
|
||||
curl -sL "https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh" | bash -s -- -m raspberrypi4
|
||||
```
|
||||
|
||||
#### Other machine types
|
||||
@ -179,7 +179,7 @@ curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/mast
|
||||
- `qemux86`
|
||||
- `qemux86-64`
|
||||
|
||||
See the [hassio-installer](https://github.com/home-assistant/hassio-installer) GitHub page for an up-to-date listing of supported machine types.
|
||||
See the [hassio-installer](https://github.com/home-assistant/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/hassio-installer
|
||||
[linux]: https://github.com/home-assistant/installer
|
||||
[local]: http://homeassistant.local:8123
|
||||
[samba]: /addons/samba/
|
||||
[ssh]: /addons/ssh/
|
||||
|
Loading…
x
Reference in New Issue
Block a user