mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Deprecate scripts/update
This commit is contained in:
parent
9acf3db435
commit
81190be7ba
@ -1,6 +1,6 @@
|
||||
# If current pwd is scripts, go 1 up.
|
||||
if [ ${PWD##*/} == "scripts" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
git pull
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user