Last active
December 2, 2019 21:31
-
-
Save radleta/92d51331c4656315d979886592ad8652 to your computer and use it in GitHub Desktop.
Download Latest Version of Chrome via Powershell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invoke-WebRequest 'https://dl.google.com/chrome/install/latest/chrome_installer.exe' -Outfile chrome_installer.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment