Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Jul 21, 2024
1 parent 6208791 commit c7cf7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ unbuf="stdbuf --output=0 --error=0"

# download and extract sdk tarball
mkdir -p "./tmp/dl/$branch"
wget --progress=dot:giga -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
wget -nv -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
rm -rf "$sdkdir"
mkdir -p "$sdkdir"
tar -x -C "$sdkdir" --strip-components=1 -f "./tmp/dl/$branch/$sdkfile"
Expand Down

0 comments on commit c7cf7fc

Please sign in to comment.