This commit is contained in:
John Doe
2021-10-13 20:00:04 +08:00
parent be648f7892
commit 224b521b0d

View File

@@ -45,7 +45,7 @@ jobs:
run: |
cd
curl -sL https://raw.githubusercontent.com/klever1988/nanopi-openwrt/zstd-bin/zstd | sudo tee /usr/bin/zstd > /dev/null
for i in {1..10}
for i in {1..20}
do
curl -sL --fail https://github.com/klever1988/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break
done | zstdmt -d -o lede.img || (truncate -s 30g lede.img && mkfs.btrfs -M lede.img)