Skip to content

Instantly share code, notes, and snippets.

@g3rd
Last active January 6, 2020 18:10
Show Gist options
  • Save g3rd/c2e95610d7bf3d3e73e41d55803ddb3c to your computer and use it in GitHub Desktop.
Save g3rd/c2e95610d7bf3d3e73e41d55803ddb3c to your computer and use it in GitHub Desktop.
google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
@g3rd
Copy link
Author

g3rd commented Jan 6, 2020

curl --silent --location https://gist.githubusercontent.com/g3rd/c2e95610d7bf3d3e73e41d55803ddb3c/raw/415cfd37b77a9e4ae60ab048f4082c032ceb7b96/google-chrome.repo | tee /etc/yum.repos.d/google-chrome.repo

yum update

yum install google-chrome-stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment