Searched refs:InstallScriptUrl (Results 1 – 1 of 1) sorted by relevance
10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1' variable14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath" variable15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath variable