Skip to content

Commit c23d787

Browse files
authored
Merge pull request #17 from SensorsIot/pr/169
update menu.sh for hassio
2 parents c133968 + da5a549 commit c23d787

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
@@ -449,7 +449,7 @@ case $mainmenu_selection in
449449
"tinker" " " \
450450
3>&1 1>&2 2>&3)
451451
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
452+
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine
453453
else
454454
echo "no selection"
455455
exit

0 commit comments

Comments
 (0)