But the problem is with public key of such repos. I run such commands from root:
- Code: Select all
wget https://dl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
But in /etc/urpmi/urpmi.cfg there is no key-ids line. Look at the part of that file:
- Code: Select all
Tainted\ 32bit\ Backports\ Testing\ (distrib45) {
ignore
key-ids: 80420f66
mirrorlist: $MIRRORLIST
with-dir: media/../../i586/media/tainted/backports_testing
}
google-chrome http://dl.google.com/linux/chrome/rpm/stable/x86_64 {
update
}
google-earth http://dl.google.com/linux/earth/rpm/stable/x86_64 {
update
}
google-talkplugin http://dl.google.com/linux/talkplugin/rpm/stable/x86_64 {
update
}
How can I add key-ids because I still must confirm installation of new Chrome rpm. So automatic update (from cron) does not update Google products.