Skip to content

Instantly share code, notes, and snippets.

@gbiellem
Created February 27, 2017 06:48
Show Gist options
  • Save gbiellem/09e85aadaea44bd7507207952c553900 to your computer and use it in GitHub Desktop.
Save gbiellem/09e85aadaea44bd7507207952c553900 to your computer and use it in GitHub Desktop.
Download FireFox installer
pushd $Env:TEMP
iwr "https://download.mozilla.org/?product=firefox-stub&os=win&lang=en-US" -OutFile 'firefox-stub.exe'
& .\firefox-stub.exe
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment