Skip to content

Instantly share code, notes, and snippets.

@jmbeauford
jmbeauford / chromium
Last active February 17, 2020 02:58 — forked from thisgeek/chromium
Chromium Updater
#!/bin/bash -e
# Chromium cli wrapper
CHROMIUM_HOME=/Applications/Chromium.app/Contents
ROOT_URL=https://commondatastorage.googleapis.com/chromium-browser-continuous/Mac
DOWNLOAD_URL=https://download-chromium.appspot.com/dl/Mac
function chromium_current {
ack -A1 SCMRevision $CHROMIUM_HOME/Info.plist | ack '<string>(.+)</string>' --output '$1'