Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created July 22, 2020 22:35
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 felipekm/a7b6df8b65f0fdb0414c0ca605f71f4a to your computer and use it in GitHub Desktop.
Save felipekm/a7b6df8b65f0fdb0414c0ca605f71f4a to your computer and use it in GitHub Desktop.
Install google chrome in ubuntu
sudo apt install gdebi-core wget
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo gdebi google-chrome-stable_current_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment