Skip to content

Instantly share code, notes, and snippets.

@cayblood
Created November 15, 2014 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cayblood/df727151527128ad50ed to your computer and use it in GitHub Desktop.
Save cayblood/df727151527128ad50ed to your computer and use it in GitHub Desktop.
how to update chrome for drone.io
export CHROME_BIN=/usr/bin/chromium-browser
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update -y
sudo apt-get install --only-upgrade chromium-browser -y
sudo start xvfb
npm -d install
node_modules/.bin/bower install
node_modules/.bin/gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment