Fix download retry helper (#1110)
* Fix download helper * Fix download helper * Add compressed flag to helper * Minor fix * Minor fix
This commit is contained in:
@@ -72,7 +72,7 @@ function InstallPyPy
|
||||
|
||||
# Installation PyPy
|
||||
uri="https://downloads.python.org/pypy/"
|
||||
download_with_retries $uri "/tmp" "pypyUrls.html"
|
||||
download_with_retries $uri "/tmp" "pypyUrls.html" compressed
|
||||
pypyVersions="$(cat /tmp/pypyUrls.html | grep 'linux64' | awk -v uri="$uri" -F'>|<' '{print uri$5}')"
|
||||
|
||||
toolsetJson="$INSTALLER_SCRIPT_FOLDER/toolset.json"
|
||||
|
||||
Reference in New Issue
Block a user