Last active
August 16, 2019 16:11
-
-
Save daxxog/cce409a11ebb35abcadb0ca722c8e56b to your computer and use it in GitHub Desktop.
Get Google Chrome for linux
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
#!/bin/bash | |
#curl -L tinyurl.com/gotchrome | sh | |
cd ~/Downloads | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo apt -y install ~/Downloads/google-chrome-stable_current_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment