Adding a git update script. Fixes #22

This commit is contained in:
Dessalines 2018-12-02 11:54:26 -07:00
parent 7569fbf341
commit 183affc684
1 changed files with 4 additions and 0 deletions

4
scripts/git_update.sh Executable file
View File

@ -0,0 +1,4 @@
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
git pull
git gc
. build_sqlite.sh