mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
@@ -4,9 +4,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Download and install latest Chrome browser
|
# Download and install latest Chrome browser
|
||||||
$ChromeInstallerFile = "chrome_installer.exe"
|
$ChromeInstallerFile = "googlechromestandaloneenterprise64.msi"
|
||||||
$ChromeInstallerUrl = "https://dl.google.com/chrome/install/375.126/${ChromeInstallerFile}"
|
$ChromeInstallerUrl = "https://dl.google.com/tag/s/dl/chrome/install/${ChromeInstallerFile}"
|
||||||
Install-Binary -Url $ChromeInstallerUrl -Name $ChromeInstallerFile -ArgumentList ("/silent", "/install")
|
Install-Binary -Url $ChromeInstallerUrl -Name $ChromeInstallerFile -ArgumentList @()
|
||||||
|
|
||||||
# Prepare firewall rules
|
# Prepare firewall rules
|
||||||
Write-Host "Adding the firewall rule for Google update blocking..."
|
Write-Host "Adding the firewall rule for Google update blocking..."
|
||||||
|
|||||||
Reference in New Issue
Block a user