#short-circuit for hosts very near gitea1.intx.com.au
#short-circuit for hosts very near gitea1.intx.com.au
@ -1065,15 +1070,22 @@ if ($mirrors_response.StatusCode -eq 200) {
Write-Host "Signature OK - extracting archive ..."
Write-Host "Signature OK - extracting archive ..."
#Expand-Archive -path $outfile -DestinationPath $toolsfolder -Force #This is *insanely* (many minutes vs seconds) slow on powershell 5 at least - we get a progress meter, but it's too high a price to pay.
#Expand-Archive -path $outfile -DestinationPath $toolsfolder -Force #This is *insanely* (many minutes vs seconds) slow on powershell 5 at least - we get a progress meter, but it's too high a price to pay.
#short-circuit for hosts very near gitea1.intx.com.au
#short-circuit for hosts very near gitea1.intx.com.au
@ -231,15 +236,22 @@ if ($mirrors_response.StatusCode -eq 200) {
Write-Host"Signature OK - extracting archive ..."
Write-Host"Signature OK - extracting archive ..."
#Expand-Archive -path $outfile -DestinationPath $toolsfolder -Force #This is *insanely* (many minutes vs seconds) slow on powershell 5 at least - we get a progress meter, but it's too high a price to pay.
#Expand-Archive -path $outfile -DestinationPath $toolsfolder -Force #This is *insanely* (many minutes vs seconds) slow on powershell 5 at least - we get a progress meter, but it's too high a price to pay.