Skip to content

Commit 1de65ea

Browse files
committed
Try different Chrome download link
1 parent 0e860be commit 1de65ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$InstallerPath = "$env:Temp\chrome_installer.exe";
2-
& $PSScriptRoot\Download.ps1 "http://dl.google.com/chrome/install/375.126/chrome_installer.exe" $InstallerPath
2+
& $PSScriptRoot\Download.ps1 "http://dl.google.com/chrome/install/latest/chrome_installer.exe" $InstallerPath
33
Start-Process -FilePath $InstallerPath -Args "/silent /install" -Verb RunAs -Wait;
44
Remove-Item $InstallerPath

0 commit comments

Comments
 (0)