From 1e0647c0d1a360469da5f299cacbffcaca186a8a Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Wed, 20 Apr 2022 06:52:12 -0700 Subject: [PATCH] Github no longer supports the (insecure) git protocol (#12359) --- script/core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/core b/script/core index 79ba38a348..8ac6da6284 100755 --- a/script/core +++ b/script/core @@ -15,7 +15,7 @@ if [ -z $(which hass) ]; then echo "Installing Home Asstant core from dev." python3 -m pip install --upgrade \ colorlog \ - git+git://github.com/home-assistant/home-assistant.git@dev + git+https://github.com/home-assistant/home-assistant.git@dev fi if [ ! -d "${WD}/config" ]; then