Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created December 17, 2009 02:31
Show Gist options
  • Save jjgod/258474 to your computer and use it in GitHub Desktop.
Save jjgod/258474 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
LATEST_CHROMIUM=`curl http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/LATEST`
curl -O http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/${LATEST_CHROMIUM}/chrome-mac.zip
unzip chrome-mac.zip -d /tmp
rm -rf /Applications/Chromium.app
mv /tmp/chrome-mac/Chromium.app /Applications/
rm chrome-mac.zip
rm -rf /tmp/chrome-mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment