Skip to content

Instantly share code, notes, and snippets.

@TomSchober
Created December 14, 2016 15:32
Show Gist options
  • Save TomSchober/3974703cfbb064d7dc0cafdb70f49d9f to your computer and use it in GitHub Desktop.
Save TomSchober/3974703cfbb064d7dc0cafdb70f49d9f to your computer and use it in GitHub Desktop.
Debian/Ubuntu Install Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get --yes update
sudo apt-get --yes install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment