6 lines
298 B
Text
Executable file
6 lines
298 B
Text
Executable file
echo "The update script has been deprecated since Home Assistant v0.7"
|
|
echo
|
|
echo "Home Assistant is now distributed via PyPi and can be installed and"
|
|
echo "upgraded by running: pip3 install --upgrade homeassistant"
|
|
echo
|
|
echo "If you are developing a new feature for Home Assistant, run: git pull"
|