Files
homeassistant-core/script/update
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
144 B
Bash
Raw Normal View History

2015-09-17 00:38:52 -07:00
#!/bin/sh
# Update application to run for its current checkout.
2015-09-17 00:38:52 -07:00
# Stop on errors
set -e
2015-09-17 00:38:52 -07:00
2015-09-17 00:35:26 -07:00
cd "$(dirname "$0")/.."
git pull
git submodule update