Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sudo apt-get install chromium-browser
  2.  
  3. cd /tmp
  4.  
  5. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  6.  
  7. sudo dpkg -i google-chrome-stable_current_amd64.deb; sudo apt-get -f install
  8.  
  9. sudo apt-get install chromium-browser
  10.  
  11. chromium-browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement