From 7e0cb7282b1eb2f182415800aaf383ebde884bb1 Mon Sep 17 00:00:00 2001 From: dnguyen800 <25126347+dnguyen800@users.noreply.github.com> Date: Tue, 19 Nov 2019 10:59:22 -0800 Subject: [PATCH] Update 'other machine types' section in docs (#11228) I noticed the list of machine types supported by `hassio_install.sh` wasn't up-to-date with the list on [Github](https://github.com/home-assistant/hassio-installer). I updated the list and added a reference to the Github page. Maybe the duplicate list should be removed from here and instead add a reference to the Github? --- source/hassio/installation.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index ce198fed194..54f52c58256 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -182,10 +182,19 @@ curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/mast - `raspberrypi2` - `raspberrypi3` - `raspberrypi3-64` + - `raspberrypi4` + - `raspberrypi4-64` - `odroid-c2` - `odroid-cu2` - `odroid-xu` - `orangepi-prime` + - `tinker` + - `qemuarm` + - `qemuarm-64` + - `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.