4 lines
124 B
Bash
4 lines
124 B
Bash
|
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
|
||
|
git pull
|
||
|
git gc
|
||
|
. build_sqlite.sh
|