Skip to content

Instantly share code, notes, and snippets.

@yangyang5214
Created December 19, 2023 02:28
Show Gist options
  • Save yangyang5214/721308db92106e84211ab322a38b226f to your computer and use it in GitHub Desktop.
Save yangyang5214/721308db92106e84211ab322a38b226f to your computer and use it in GitHub Desktop.
centos down chrome
touch /etc/yum.repos.d/google-chreom.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
yum -y install google-chrome-stable --nogpgcheck

yum -y groupinstall Fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment