Advertisement
Guest User

Chromecast

a guest
Aug 15th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/chrome.list
  2. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |
  3. apt-key add - apt-get update
  4. apt-get install google-chrome-stable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement