diff --git a/scripts/git_update.sh b/scripts/git_update.sh new file mode 100755 index 0000000..52935bd --- /dev/null +++ b/scripts/git_update.sh @@ -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 \ No newline at end of file