From 249f1288c25f819752d7e4c60a2ae9ce8f81c749 Mon Sep 17 00:00:00 2001 From: pablorcruh Date: Tue, 19 May 2020 20:47:50 -0500 Subject: [PATCH] change home assistant installation script for raspberry pi 3 --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 4a481a4d..e250ff85 100755 --- a/menu.sh +++ b/menu.sh @@ -439,7 +439,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/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine + curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/1f30d124ef7d0ee84b45d1772cb5c1e4a94c67b8/installer.sh | sudo bash -s -- -m $hassio_machine else echo "no selection" exit