Skip to content

Commit

Permalink
Merge pull request #4 from shapeshed/base_url_fix
Browse files Browse the repository at this point in the history
url was changed again - updated to fix script (shapeshed)
  • Loading branch information
n1k0 committed Jun 9, 2011
2 parents 14e7cb5 + 6d1bc09 commit 60f9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getchromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ die() {

W=`whoami`
TMP="/tmp"
BASE_URL="http://build.chromium.org/f/chromium/snapshots/chromium-rel-mac/"
BASE_URL="http://build.chromium.org/f/chromium/snapshots/Mac/"
ARCHIVE_NAME="chrome-mac.zip"
LATEST_URL="$BASE_URL/LATEST"
LATEST_VERSION=`curl -s -f $LATEST_URL` || die "Unable to fetch latest version number"
Expand Down

0 comments on commit 60f9669

Please sign in to comment.