Skip to content

Commit

Permalink
shorter engine dl-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Jan 10, 2025
1 parent d1d6aff commit 907a89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/raise-ivy-projects-version/raise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source "${DIR}/../raiseRepo.sh"

downloadEngine(){
if ! [ -d "${workDir}/engine" ]; then
wget -P "${workDir}" "${engineUrl}"
wget -P "${workDir}" --progress=bar:force:noscroll "${engineUrl}"
zipped=$(find "${workDir}" -maxdepth 1 -name "*.zip")
unzip -qq "${zipped}" -d "${workDir}/engine"
rm "${zipped}"
Expand Down

0 comments on commit 907a89d

Please sign in to comment.