Created
May 4, 2015 09:08
-
-
Save kentliau/2ddaa52f270391401d31 to your computer and use it in GitHub Desktop.
Download all Chrome, Canary, Chromium using wget
This file contains hidden or 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
#!/bin/sh | |
wget -O chrome-mac.zip "https://download-chromium.appspot.com/dl/Mac" && wget "https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg" && wget "https://storage.googleapis.com/chrome-canary/GoogleChromeCanary.dmg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment