Skip to content

Instantly share code, notes, and snippets.

View fernand-o's full-sized avatar
🏠
Working from home

Fernando Almeida fernand-o

🏠
Working from home
  • Sonder
  • São Miguel do Oeste
View GitHub Profile
@fernand-o
fernand-o / chrome
Created April 1, 2020 18:52
chrome-ubuntu
# chrome
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable