/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/scripts/InstallGoogleChrome.ps1
4 строки
272 B
Mackinnon Buck
Update Chrome download link and disable TerminalLogger for Helix tests (#61157)
26 мар 2025, 22:00
Не верифицирован
26 мар 2025, 22:00
401b7f7
Код
Авторство
О чём код?
$InstallerPath = "$env:Temp\chrome_installer.exe"; & $PSScriptRoot\Download.ps1 "https://dl.google.com/chrome/install/latest/chrome_installer.exe" $InstallerPath Start-Process -FilePath $InstallerPath -Args "/silent /install" -Verb RunAs -Wait; Remove-Item $InstallerPath