From 183affc6847104b3d500c608cb0518769d6dcef6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 2 Dec 2018 11:54:26 -0700 Subject: [PATCH] Adding a git update script. Fixes #22 --- scripts/git_update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/git_update.sh 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