/ Published in: Bash
Expand |
Embed | Plain Text
# use curl to get the latest build number and use wget to get the file wget http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/`curl http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/LATEST`/chrome-win32.zip # use wget only wget http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/`wget -q -O - http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/LATEST`/chrome-win32.zip # use tinyurl to shorten the URL for the build number wget http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/`curl -L http://tinyurl.com/dazx4y`/chrome-win32.zip # use tinyurl to shorten the URL for the build number (wget only) wget http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/`wget -q -O - http://tinyurl.com/dazx4y`/chrome-win32.zip
Comments
Subscribe to comments
You need to login to post a comment.

just noticed the link for chromium nightly build has been changed.
Thanks for this post. I've been using this for several months with no issues. For those who are getting server error from wget recently, just change the URI for nightly build to: http://build.chromium.org/f/chromium/snapshots/chromium-rel-xp/