Skip to content

Instantly share code, notes, and snippets.

@kentliau
Created May 4, 2015 09:08
Show Gist options
  • Save kentliau/2ddaa52f270391401d31 to your computer and use it in GitHub Desktop.
Save kentliau/2ddaa52f270391401d31 to your computer and use it in GitHub Desktop.
Download all Chrome, Canary, Chromium using wget
#!/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