Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active August 16, 2019 16:11
Show Gist options
  • Save daxxog/cce409a11ebb35abcadb0ca722c8e56b to your computer and use it in GitHub Desktop.
Save daxxog/cce409a11ebb35abcadb0ca722c8e56b to your computer and use it in GitHub Desktop.
Get Google Chrome for linux
#!/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