Hi C. S.

You wrote:

> I want to install Koha on a public server, and I came across a minor
> roadbump in following the wiki instructions:
>
> wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-
> key add -
>
> gives output of:
>
> gpg: no valid OpenPGP data found.
>
> Is this appropriate and to be expected? If not, what should I do?

Try to omit the "-q". I usually use:

wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -

Maybe you're behind a proxy?

Hope this helps.

Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to