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.
1 parent 1f146f0 commit da5a549Copy full SHA for da5a549
menu.sh
@@ -406,7 +406,7 @@ case $mainmenu_selection in
406
"tinker" " " \
407
3>&1 1>&2 2>&3)
408
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
+ curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine
410
else
411
echo "no selection"
412
exit
0 commit comments