Skip to content

Commit

Permalink
Merge pull request #17 from SensorsIot/pr/169
Browse files Browse the repository at this point in the history
update menu.sh for hassio
  • Loading branch information
Slyke committed Apr 21, 2020
2 parents c133968 + da5a549 commit c23d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,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
Expand Down

0 comments on commit c23d787

Please sign in to comment.