Skip to content

Commit da5a549

Browse files
authored
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
1 parent 1f146f0 commit da5a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ case $mainmenu_selection in
406406
"tinker" " " \
407407
3>&1 1>&2 2>&3)
408408
if [ -n "$hassio_machine" ]; then
409-
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | sudo bash -s -- -m $hassio_machine
409+
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine
410410
else
411411
echo "no selection"
412412
exit

0 commit comments

Comments
 (0)