Skip to content

Commit aecaa37

Browse files
url changed
1 parent e2557a2 commit aecaa37

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/installer/master/installer.sh | sudo bash -s -- -m $hassio_machine
410410
else
411411
echo "no selection"
412412
exit

0 commit comments

Comments
 (0)