mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Deprecate scripts/update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# If current pwd is scripts, go 1 up.
|
echo "The update script has been deprecated since Home Assistant v0.7"
|
||||||
if [ ${PWD##*/} == "scripts" ]; then
|
echo
|
||||||
cd ..
|
echo "Home Assistant is now distributed via PyPi and can be installed and"
|
||||||
fi
|
echo "upgraded by running: pip3 install --upgrade homeassistant"
|
||||||
|
echo
|
||||||
git pull
|
echo "If you are developing a new feature for Home Assistant, run: git pull"
|
||||||
|
Reference in New Issue
Block a user