| skipped 6 lines |
7 | 7 | | |
8 | 8 | | $source = "https://download.mozilla.org/?product=firefox-latest&os=win64&lang=en-US" |
9 | 9 | | $destination = "$workdir\firefox.exe" |
| 10 | + | $ProgressPreference = 'SilentlyContinue' # should speed up execution |
10 | 11 | | |
11 | 12 | | if (Get-Command 'Invoke-Webrequest') |
12 | 13 | | { |
| skipped 13 lines |