From da5a5496d46f02da321ff40416efc51b528fefc9 Mon Sep 17 00:00:00 2001 From: peyanski Date: Sat, 4 Apr 2020 08:32:06 +0300 Subject: [PATCH] update menu.sh The url for the supervised HASSIO is changed, because the old one is resulting with error 404 and you cannot finish the installation --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 6c11d62f..f651383f 100755 --- a/menu.sh +++ b/menu.sh @@ -406,7 +406,7 @@ case $mainmenu_selection in "tinker" " " \ 3>&1 1>&2 2>&3) if [ -n "$hassio_machine" ]; then - curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | sudo bash -s -- -m $hassio_machine + curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine else echo "no selection" exit