Skip to content

Instantly share code, notes, and snippets.

@hiro345
Created April 13, 2013 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiro345/5376792 to your computer and use it in GitHub Desktop.
Save hiro345/5376792 to your computer and use it in GitHub Desktop.
Google Chrome install script for Fedora18
#!/bin/sh
cat > /etc/yum.repos.d/google-chrome.repo << EOL
[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOL
yum -y install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment