On Wed, June 7, 2006 10:59, Aaron Stromas wrote:
> Thanks for the advice but it seems that key isn't found. For example,
>
> velo# gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add

Tack a '-' onto the end of apt-key add to ensure it grabs the key from
standard input, as follows:

gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add -

Regards



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to