We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8ae4c3 + 329129a commit 0517916Copy full SHA for 0517916
sapi/download-box/download-box-get-archive-from-server.sh
@@ -45,7 +45,7 @@ done
45
46
URL="${DOMAIN}/all-deps.zip"
47
48
-test -f all-deps.zip || curl -Lo all-deps.zip ${URL}
+test -f all-deps.zip || curl -fSLo all-deps.zip ${URL}
49
50
# hash 签名
51
HASH=$(sha256sum all-deps.zip | awk '{print $1}')
0 commit comments