Github no longer supports the (insecure) git protocol (#12359)

This commit is contained in:
Eric Stern 2022-04-20 06:52:12 -07:00 committed by GitHub
parent 58d94da8b3
commit 1e0647c0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ if [ -z $(which hass) ]; then
echo "Installing Home Asstant core from dev." echo "Installing Home Asstant core from dev."
python3 -m pip install --upgrade \ python3 -m pip install --upgrade \
colorlog \ colorlog \
git+git://github.com/home-assistant/home-assistant.git@dev git+https://github.com/home-assistant/home-assistant.git@dev
fi fi
if [ ! -d "${WD}/config" ]; then if [ ! -d "${WD}/config" ]; then