Commit 5d65cf42 authored by Chunchi Che's avatar Chunchi Che

fix small

parent abdeaeda
Pipeline #26772 passed with stages
in 8 minutes and 1 second
......@@ -7,6 +7,8 @@ CDB_URL="$DB_URL/cards.cdb"
STR_URL="$DB_URL/strings.conf"
LFL_URL="$DB_URL/lflist.conf"
if [ ! -d $DB_DIR ]; then mkdir -p $DB_DIR; fi
wget "$CDB_URL" -P "$DB_DIR"
wget "$STR_URL" -P "$DB_DIR"
wget "$LFL_URL" -P "$DB_DIR"
......@@ -5,5 +5,7 @@ IMAGES_ZIP="ygopro-images-zh-CN.zip"
IMAGES_URL="https://cdn02.moecube.com:444/images/$IMAGES_ZIP"
IMAGES_DIR="images/ygopro-images-zh-CN"
if [ ! -d $IMAGES_DIR ]; then mkdir -p $IMAGES_DIR; fi
wget "$IMAGES_URL"
unzip "$IMAGES_ZIP" -d "$IMAGES_DIR"
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