Skip to content

Commit 0517916

Browse files
committed
merge code
2 parents c8ae4c3 + 329129a commit 0517916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/download-box/download-box-get-archive-from-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ done
4545

4646
URL="${DOMAIN}/all-deps.zip"
4747

48-
test -f all-deps.zip || curl -Lo all-deps.zip ${URL}
48+
test -f all-deps.zip || curl -fSLo all-deps.zip ${URL}
4949

5050
# hash 签名
5151
HASH=$(sha256sum all-deps.zip | awk '{print $1}')

0 commit comments

Comments
 (0)