Ainsi parlait Kim Schulz :
> Hi
> I keep getting this:
>  Invalid signature (sha1 md5 (GPG) (MISSING KEY) GPG#70771ff3 NOT OK)
> when Installing rpms with urpmi.
> How do I install the correct keys?
for keys in `gpg --list-keys | grep pub | cut -d " " -f 3 | cut -d "/" -f 2`; 
do
    gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f $key.asc; 
done
-- 
When you finally buy enough memory, you will not have enough disk space. 
        -- Murphy's Computer Laws n�3


Reply via email to