Adding a git update script. Fixes #22
This commit is contained in:
parent
7569fbf341
commit
183affc684
|
@ -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
|
Loading…
Reference in New Issue