Unverified Commit 03419f06 authored by estalldecker's avatar estalldecker Committed by GitHub
Browse files

point hassio installer to the right github repo script (#93)

parent dce8f6ea
...@@ -782,7 +782,7 @@ if [ $? == 0 ]; then ...@@ -782,7 +782,7 @@ if [ $? == 0 ]; then
install_docker install_docker
debconf-apt-progress -- apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates \ debconf-apt-progress -- apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates \
dbus jq network-manager socat software-properties-common dbus jq network-manager socat software-properties-common
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | \ curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | \
bash -s -- -m ${machine} bash -s -- -m ${machine}
dialog --backtitle "$BACKTITLE" --title "Please wait" \ dialog --backtitle "$BACKTITLE" --title "Please wait" \
--msgbox "\nIt can take several minutes before Home Assistant UI becomes available! " 7 75 --msgbox "\nIt can take several minutes before Home Assistant UI becomes available! " 7 75
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment