Skip to content

Instantly share code, notes, and snippets.

@fbazzarella
Last active November 11, 2015 20:26
Show Gist options
  • Save fbazzarella/a5c53aeb6ff920b34222 to your computer and use it in GitHub Desktop.
Save fbazzarella/a5c53aeb6ff920b34222 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
apt-get update
apt-get install -y google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment