We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc1281 commit 42b89c1Copy full SHA for 42b89c1
build/build.sh
@@ -86,7 +86,7 @@ unbuf="stdbuf --output=0 --error=0"
86
87
# download and extract sdk tarball
88
mkdir -p "./tmp/dl/$branch"
89
- wget --progress=dot:giga -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
+ wget -nv -N -P "./tmp/dl/$branch" "$dlurl/$target/$sdkfile"
90
rm -rf "$sdkdir"
91
mkdir -p "$sdkdir"
92
tar -x -C "$sdkdir" --strip-components=1 -f "./tmp/dl/$branch/$sdkfile"
0 commit comments