Advertisement
Kevick

CODIGOS CHROME DASH

May 21st, 2016
2,794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 1° comando:
  2.  
  3. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  4.  
  5. 2° comando (copie e cole de uma só vez todo este comando na linha no terminal):
  6.  
  7. sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
  8.  
  9. 3° comando (copie e cole toda esta linha no terminal):
  10.  
  11. sudo apt-get update ; sudo apt-get install google-chrome-stable -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement