Last active
August 24, 2018 04:51
-
-
Save aaronthorp/f69e0e32f56805e4b8ee to your computer and use it in GitHub Desktop.
Install Chrome from 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
(new-object System.Net.WebClient).DownloadFile('https://dl.google.com/chrome/install/latest/chrome_installer.exe', 'chrome.exe');.\chrome.exe /silent /install;rm chrome.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment