Created
October 18, 2020 00:45
-
-
Save hebertcisco/ff9b09f4c68c9c844fc0f538a4e1a764 to your computer and use it in GitHub Desktop.
Debian Install Google Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo dpkg -i google-chrome-stable_current_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -fsSL http://bit.ly/chrome-sh | sh