scripts/Windows/install_firefox_browser.ps1
Write-Host "Installing FireFox..." -ForegroundColor Cyan choco install firefox --version=70.0.1 Write-Host "Installed FireFox" -ForegroundColor Green |
Write-Host "Installing FireFox..." -ForegroundColor Cyan choco install firefox --version=70.0.1 Write-Host "Installed FireFox" -ForegroundColor Green |