use https for pip install ha@dev (#15)
This commit is contained in:
committed by
Joakim Sørensen
parent
123f34de02
commit
a7d67066d4
@@ -13,7 +13,7 @@ function StartHomeAssistant {
|
||||
}
|
||||
|
||||
function UpdgradeHomeAssistantDev {
|
||||
python -m pip install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev
|
||||
python -m pip install --upgrade git+https://github.com/home-assistant/home-assistant@dev
|
||||
}
|
||||
|
||||
function SetHomeAssistantVersion {
|
||||
|
Reference in New Issue
Block a user