Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Feb 20, 2025
1 parent 0d08397 commit 28e4d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ echo "Saving additional assets to \"$assets_path\"."

asset_list=$(curl -L $asset_index_url | jq -r '.objects | to_entries[] | "\(.key) \(.value.hash)"')

env assets_path="$assets_path"
echo "$asset_list" | while read -r path hash; do
echo "$path $hash"
done | xargs -n 2 -P "$INPUT_PARALLEL_DOWNLOADS" -I {} sh -c '
Expand Down

0 comments on commit 28e4d08

Please sign in to comment.