3 lines
101 B
PowerShell
3 lines
101 B
PowerShell
Write-Host "--- Install GoogleChrome"
|
|
choco install googlechrome --ignore-checksums --no-progress -y
|