Skip to content

Instantly share code, notes, and snippets.

@thomaspeklak
Created September 23, 2010 21:45
Show Gist options
  • Save thomaspeklak/594432 to your computer and use it in GitHub Desktop.
Save thomaspeklak/594432 to your computer and use it in GitHub Desktop.
updates chromium to the latest nightly build
VAR=$(curl http://build.chromium.org/f/chromium/snapshots/Mac/LATEST | sed 's/\(.*\)/http:\/\/build.chromium.org\/f\/chromium\/snapshots\/Mac\/\1\/chrome-mac.zip/')
wget $VAR
unzip chrome-mac.zip
cp -r chrome-mac/Chromium.app /Applications/
rm -rf chrome-mac chrome-mac.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment