The official Chrome beta is now available, so you don't need to put up with the chromium developer build instability.
Create a google.repo in /etc/yum.repos.d/
Code:
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=0
gpgcheck=1
[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
[google-testing]
name=Google Testing - i386
baseurl=http://dl.google.com/linux/rpm/testing/i386
enabled=0
gpgcheck=1
[google-testing64]
name=Google Testing - x86_64
baseurl=http://dl.google.com/linux/rpm/testing/x86_64
enabled=1
gpgcheck=1
Add the google gpg key:
Code:
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
You can now install the official beta with:
Code:
yum install google-chrome-beta