diff options
Diffstat (limited to 'data/update.sh')
| -rw-r--r-- | data/update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh index eaff81c..0826f15 100644 --- a/data/update.sh +++ b/data/update.sh @@ -4,6 +4,10 @@ unzip cards.zip rm cards.zip python3 build-card-info.py python3 split.py +cd yaml-yugi +git pull +cd .. +rsync -avz yaml-yugi/data/cards/ root@raye:/volume/webroot/cardtext/ python3 fetch-ocg-banlist.py python3 fetch-tcg-banlist.py |
