Commit 1c577a2d authored by nanahira's avatar nanahira

fix fallback

parent b50df502
...@@ -53,9 +53,9 @@ pack: ...@@ -53,9 +53,9 @@ pack:
- apt update && apt -y install p7zip-full wget git - apt update && apt -y install p7zip-full wget git
- mkdir -p dist/archive dist/contents - mkdir -p dist/archive dist/contents
- git clone --depth=1 https://code.mycard.moe/alstroemeria-silentlove/ygopro-222DIY-sound sound - git clone --depth=1 https://code.mycard.moe/alstroemeria-silentlove/ygopro-222DIY-sound sound
- wget -O update/filelist.txt https://cdn01.moecube.com/ygopro-222DIY/contents/filelist.txt || true - wget -O update/filelist.txt https://cdn01.moecube.com/ygopro-222DIY/contents/filelist.txt || rm -rf update/filelist.txt
- wget -O dist/archive/ygopro-222DIY-data.7z https://cdn01.moecube.com/ygopro-222DIY/archive/ygopro-222DIY-data.7z || true - wget -O dist/archive/ygopro-222DIY-data.7z https://cdn01.moecube.com/ygopro-222DIY/archive/ygopro-222DIY-data.7z || rm -rf dist/archive/ygopro-222DIY-data.7z
- wget -O dist/archive/ygopro-222DIY-sound.7z https://cdn01.moecube.com/ygopro-222DIY/archive/ygopro-222DIY-sound.7z || true - wget -O dist/archive/ygopro-222DIY-sound.7z https://cdn01.moecube.com/ygopro-222DIY/archive/ygopro-222DIY-sound.7z || rm -rf dist/archive/ygopro-222DIY-sound.7z
- rm -rf .*.yml .git* - rm -rf .*.yml .git*
- cd update - cd update
- ./update-server.sh - ./update-server.sh
......
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