Skip to content

Commit

Permalink
fix(setup): fix download options
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeHold authored and rpignolet committed Mar 22, 2024
1 parent ffe813c commit 28acfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ download_tdp_binaries() {
dest_file=$(jq -r "$file_query" "$downloads_file")

echo "downloading : $dest_file"
wget -O "$dest_file" "$download_url"
wget --continue --output-document="files/${dest_file}" "$download_url"
done
}

Expand Down

0 comments on commit 28acfa9

Please sign in to comment.