We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de65ea commit ce3161aCopy full SHA for ce3161a
eng/scripts/InstallGoogleChrome.ps1
@@ -1,4 +1,4 @@
1
$InstallerPath = "$env:Temp\chrome_installer.exe";
2
-& $PSScriptRoot\Download.ps1 "http://dl.google.com/chrome/install/latest/chrome_installer.exe" $InstallerPath
+& $PSScriptRoot\Download.ps1 "https://dl.google.com/chrome/install/latest/chrome_installer.exe" $InstallerPath
3
Start-Process -FilePath $InstallerPath -Args "/silent /install" -Verb RunAs -Wait;
4
Remove-Item $InstallerPath
0 commit comments