Commit f8c27e68 authored by nanahira's avatar nanahira

db

parent 213d2537
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
set -x set -x
set -o errexit set -o errexit
# ygopro-database # ygopro-database
apt update && apt -y install wget git p7zip-full apt update && apt -y install wget git libarchive-tools
git clone --depth=1 https://code.mycard.moe/nanahira/ygopro-database git clone --depth=1 https://code.mycard.moe/mycard/ygopro-database
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* . cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* .
# ygopro-images # ygopro-images
wget -O ygopro-images.zip https://cdn01.moecube.com/images/ygopro-images-${TARGET_LOCALE}.zip mkdir pics
7z x -y -opics ygopro-images.zip wget -O - https://cdn01.moecube.com/images/ygopro-images-${TARGET_LOCALE}.zip | bsdtar -C pics -xf -
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment