Link to hassio linux installer script (#9286)

Link to the hassio Linux installer script was pointing to the incorrect path.
This commit is contained in:
Matt F 2019-04-24 12:08:20 -05:00 committed by Klaas Schoute
parent 1f912cac3f
commit c420254e03

View File

@ -135,7 +135,7 @@ apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificat
curl -fsSL get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install" | bash -s
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
```
<p class='note'>