We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c133968 + da5a549 commit c23d787Copy full SHA for c23d787
menu.sh
@@ -449,7 +449,7 @@ case $mainmenu_selection in
449
"tinker" " " \
450
3>&1 1>&2 2>&3)
451
if [ -n "$hassio_machine" ]; then
452
- 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
453
else
454
echo "no selection"
455
exit
0 commit comments