From 756e05f838074b1450dc9c3b93100cf7ac527d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skarph=C3=A9=C3=B0inn=20=C3=9E=C3=B3r=C3=B0arson?= Date: Mon, 6 Jul 2020 14:03:22 +0000 Subject: [PATCH] Updated install.sh external script link The script link no longer exists. Updated with the new link. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3776838..e6a2bd5 100755 --- a/install.sh +++ b/install.sh @@ -22,6 +22,6 @@ sudo apt-get update sudo apt-get install -y docker-ce -curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | sudo bash - +curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash - echo -e "\nSuccess! go to\n\nhttp://$IP:8123\n"